Html Css Color HEX #522987 Kingfisher Daisy

📋 copy color: '#522987'

red 82 ◦ green 41 ◦ blue 135

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

Shades of Kingfisher Daisy #522987

Tints of Kingfisher Daisy #522987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.89%

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

R = 31.78%
G = 15.89%
B = 52.33%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#522987 (or 0x522987) is known color: Kingfisher Daisy. HEX triplet: 52, 29 and 87. RGB value is (82,41,135). Sum of RGB (Red+Green+Blue) = 82+41+135=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #522987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522987 is #ADD678. Grayscale: #3F3F3F. Windows color (decimal): -11392633 or 8857938. OLE color: 8857938.

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

Color convert

RGB 82 41 135 -
CMYK 0.39 0.70 0 0.47
HSL 266.17º 0.53% 0.35% -
HSV(B) 266.17º 0.7% 0.53% -
XYZ 8.65 5.13 23.46 -
YUV 63.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 82 41 135 0.39 0.70 0 0.47 266.17 0.53 0.35
Hex 52 29 87 27 46 0 2F 10A 35 23
Octal 122 51 207 47 106 0 57 412 65 43
Binary 1010010 101001 10000111 100111 1000110 0 101111 100001010 110101 100011

Color Harmonies of #522987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522987

Black with #522987

Text Example


Text Example

White with #522987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522987; }

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

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

background-color css

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

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

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

border-color css

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

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

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