Html Css Color HEX #522187 Kingfisher Daisy

📋 copy color: '#522187'

red 82 ◦ green 33 ◦ blue 135

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

Shades of Kingfisher Daisy #522187

Tints of Kingfisher Daisy #522187

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.2%

 BLUE value IS 135 (53.13% from 255) = 54%

R = 32.8%
G = 13.2%
B = 54%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#522187 (or 0x522187) is known color: Kingfisher Daisy. HEX triplet: 52, 21 and 87. RGB value is (82,33,135). Sum of RGB (Red+Green+Blue) = 82+33+135=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #522187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522187 is #ADDE78. Grayscale: #3A3A3A. Windows color (decimal): -11394681 or 8855890. OLE color: 8855890.

HSL color Cylindrical-coordinate representation of color #522187: hue angle of 268.82º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #522187 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 33 135 -
CMYK 0.39 0.76 0 0.47
HSL 268.82º 0.61% 0.33% -
HSV(B) 268.82º 0.76% 0.53% -
XYZ 8.4 4.63 23.37 -
YUV 59.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 82 33 135 0.39 0.76 0 0.47 268.82 0.61 0.33
Hex 52 21 87 27 4C 0 2F 10D 3D 21
Octal 122 41 207 47 114 0 57 415 75 41
Binary 1010010 100001 10000111 100111 1001100 0 101111 100001101 111101 100001

Color Harmonies of #522187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522187

Black with #522187

Text Example


Text Example

White with #522187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522187; }

 p { color: rgb(82,33,135); }

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

background-color css

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

 a { background-color: rgb(82,33,135); }

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

border-color css

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

 span { border-color: rgb(82,33,135); }

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