Html Css Color HEX #572490 Kingfisher Daisy

📋 copy color: '#572490'

red 87 ◦ green 36 ◦ blue 144

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

Shades of Kingfisher Daisy #572490

Tints of Kingfisher Daisy #572490

RGB

 RED value IS 87 (34.38% from 255) = 32.58%

 GREEN value IS 36 (14.45% from 255) = 13.48%

 BLUE value IS 144 (56.64% from 255) = 53.93%

R = 32.58%
G = 13.48%
B = 53.93%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#572490 (or 0x572490) is known color: Kingfisher Daisy. HEX triplet: 57, 24 and 90. RGB value is (87,36,144). Sum of RGB (Red+Green+Blue) = 87+36+144=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #572490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572490 is #A8DB6F. Grayscale: #3F3F3F. Windows color (decimal): -11066224 or 9446487. OLE color: 9446487.

HSL color Cylindrical-coordinate representation of color #572490: hue angle of 268.33º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572490 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 36 144 -
CMYK 0.40 0.75 0 0.44
HSL 268.33º 0.6% 0.35% -
HSV(B) 268.33º 0.75% 0.56% -
XYZ 9.6 5.3 26.9 -
YUV 63.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 87 36 144 0.40 0.75 0 0.44 268.33 0.6 0.35
Hex 57 24 90 28 4B 0 2C 10C 3C 23
Octal 127 44 220 50 113 0 54 414 74 43
Binary 1010111 100100 10010000 101000 1001011 0 101100 100001100 111100 100011

Color Harmonies of #572490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572490

Black with #572490

Text Example


Text Example

White with #572490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572490; }

 p { color: rgb(87,36,144); }

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

background-color css

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

 a { background-color: rgb(87,36,144); }

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

border-color css

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

 span { border-color: rgb(87,36,144); }

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