Html Css Color HEX #572290 Kingfisher Daisy

📋 copy color: '#572290'

red 87 ◦ green 34 ◦ blue 144

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

Shades of Kingfisher Daisy #572290

Tints of Kingfisher Daisy #572290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.83%

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

R = 32.83%
G = 12.83%
B = 54.34%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#572290 (or 0x572290) is known color: Kingfisher Daisy. HEX triplet: 57, 22 and 90. RGB value is (87,34,144). Sum of RGB (Red+Green+Blue) = 87+34+144=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #572290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572290 is #A8DD6F. Grayscale: #3E3E3E. Windows color (decimal): -11066736 or 9445975. OLE color: 9445975.

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

Color convert

RGB 87 34 144 -
CMYK 0.40 0.76 0 0.44
HSL 268.91º 0.62% 0.35% -
HSV(B) 268.91º 0.76% 0.56% -
XYZ 9.54 5.18 26.88 -
YUV 62.39 174.06 145.56 -
System Red Green Blue C M Y K H S L
Decimal 87 34 144 0.40 0.76 0 0.44 268.91 0.62 0.35
Hex 57 22 90 28 4C 0 2C 10D 3E 23
Octal 127 42 220 50 114 0 54 415 76 43
Binary 1010111 100010 10010000 101000 1001100 0 101100 100001101 111110 100011

Color Harmonies of #572290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572290

Black with #572290

Text Example


Text Example

White with #572290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572290; }

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

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

background-color css

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

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

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

border-color css

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

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

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