Html Css Color HEX #572990 Kingfisher Daisy

📋 copy color: '#572990'

red 87 ◦ green 41 ◦ blue 144

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

Shades of Kingfisher Daisy #572990

Tints of Kingfisher Daisy #572990

RGB

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

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

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

R = 31.99%
G = 15.07%
B = 52.94%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#572990 (or 0x572990) is known color: Kingfisher Daisy. HEX triplet: 57, 29 and 90. RGB value is (87,41,144). Sum of RGB (Red+Green+Blue) = 87+41+144=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #572990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572990 is #A8D66F. Grayscale: #424242. Windows color (decimal): -11064944 or 9447767. OLE color: 9447767.

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

Color convert

RGB 87 41 144 -
CMYK 0.40 0.72 0 0.44
HSL 266.8º 0.56% 0.36% -
HSV(B) 266.8º 0.72% 0.56% -
XYZ 9.76 5.63 26.96 -
YUV 66.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 87 41 144 0.40 0.72 0 0.44 266.8 0.56 0.36
Hex 57 29 90 28 48 0 2C 10B 38 24
Octal 127 51 220 50 110 0 54 413 70 44
Binary 1010111 101001 10010000 101000 1001000 0 101100 100001011 111000 100100

Color Harmonies of #572990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572990

Black with #572990

Text Example


Text Example

White with #572990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572990; }

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

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

background-color css

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

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

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

border-color css

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

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

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