Html Css Color HEX #572292 Kingfisher Daisy

📋 copy color: '#572292'

red 87 ◦ green 34 ◦ blue 146

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

Shades of Kingfisher Daisy #572292

Tints of Kingfisher Daisy #572292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 32.58%
G = 12.73%
B = 54.68%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#572292 (or 0x572292) is known color: Kingfisher Daisy. HEX triplet: 57, 22 and 92. RGB value is (87,34,146). Sum of RGB (Red+Green+Blue) = 87+34+146=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #572292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572292 is #A8DD6D. Grayscale: #3E3E3E. Windows color (decimal): -11066734 or 9577047. OLE color: 9577047.

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

Color convert

RGB 87 34 146 -
CMYK 0.40 0.77 0 0.43
HSL 268.39º 0.62% 0.35% -
HSV(B) 268.39º 0.77% 0.57% -
XYZ 9.69 5.25 27.7 -
YUV 62.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 87 34 146 0.40 0.77 0 0.43 268.39 0.62 0.35
Hex 57 22 92 28 4D 0 2B 10C 3E 23
Octal 127 42 222 50 115 0 53 414 76 43
Binary 1010111 100010 10010010 101000 1001101 0 101011 100001100 111110 100011

Color Harmonies of #572292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572292

Black with #572292

Text Example


Text Example

White with #572292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572292; }

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

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

background-color css

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

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

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

border-color css

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

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

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