Html Css Color HEX #572991 Kingfisher Daisy

📋 copy color: '#572991'

red 87 ◦ green 41 ◦ blue 145

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

Shades of Kingfisher Daisy #572991

Tints of Kingfisher Daisy #572991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 53.11%

R = 31.87%
G = 15.02%
B = 53.11%

CMYK

 C value IS 0.4

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#572991 (or 0x572991) is known color: Kingfisher Daisy. HEX triplet: 57, 29 and 91. RGB value is (87,41,145). Sum of RGB (Red+Green+Blue) = 87+41+145=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #572991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572991 is #A8D66E. Grayscale: #424242. Windows color (decimal): -11064943 or 9513303. OLE color: 9513303.

HSL color Cylindrical-coordinate representation of color #572991: hue angle of 266.54º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #572991 is Cyan = 0.4, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 41 145 -
CMYK 0.4 0.72 0 0.43
HSL 266.54º 0.56% 0.36% -
HSV(B) 266.54º 0.72% 0.57% -
XYZ 9.83 5.66 27.36 -
YUV 66.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 87 41 145 0.4 0.72 0 0.43 266.54 0.56 0.36
Hex 57 29 91 28 48 0 2B 10B 38 24
Octal 127 51 221 50 110 0 53 413 70 44
Binary 1010111 101001 10010001 101000 1001000 0 101011 100001011 111000 100100

Color Harmonies of #572991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572991

Black with #572991

Text Example


Text Example

White with #572991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572991; }

 p { color: rgb(87,41,145); }

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

background-color css

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

 a { background-color: rgb(87,41,145); }

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

border-color css

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

 span { border-color: rgb(87,41,145); }

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