Html Css Color HEX #522385 Kingfisher Daisy

📋 copy color: '#522385'

red 82 ◦ green 35 ◦ blue 133

#522385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #522385

Tints of Kingfisher Daisy #522385

RGB

 RED value IS 82 (32.42% from 255) = 32.8%

 GREEN value IS 35 (14.06% from 255) = 14%

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 32.8%
G = 14%
B = 53.2%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#522385 (or 0x522385) is known color: Kingfisher Daisy. HEX triplet: 52, 23 and 85. RGB value is (82,35,133). Sum of RGB (Red+Green+Blue) = 82+35+133=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #522385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522385 is #ADDC7A. Grayscale: #3B3B3B. Windows color (decimal): -11394171 or 8725330. OLE color: 8725330.

HSL color Cylindrical-coordinate representation of color #522385: hue angle of 268.78º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #522385 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 35 133 -
CMYK 0.38 0.74 0 0.48
HSL 268.78º 0.58% 0.33% -
HSV(B) 268.78º 0.74% 0.52% -
XYZ 8.31 4.69 22.66 -
YUV 60.23 169.07 143.53 -
System Red Green Blue C M Y K H S L
Decimal 82 35 133 0.38 0.74 0 0.48 268.78 0.58 0.33
Hex 52 23 85 26 4A 0 30 10D 3A 21
Octal 122 43 205 46 112 0 60 415 72 41
Binary 1010010 100011 10000101 100110 1001010 0 110000 100001101 111010 100001

Color Harmonies of #522385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522385

Black with #522385

Text Example


Text Example

White with #522385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522385; }

 p { color: rgb(82,35,133); }

 H1.HeaderClassName
 {
   color: #522385;
 }
 .AnyTagClassName
 {
   color: #522385;
 }
</style>

background-color css

<style>
 a { background-color: #522385; }

 a { background-color: rgb(82,35,133); }

 div.DivClassName
 {
   background-color: #522385;
 }
 .BgClassName
 {
   background-color: #522385;
 }
</style>

border-color css

<style>
 span { border-color: #522385; }

 span { border-color: rgb(82,35,133); }

 td.TdClassName
 {
   border-color: #522385;
 }
 .TagClassName
 {
   border-color: #522385;
 }
</style>