Html Css Color HEX #572089 Kingfisher Daisy

📋 copy color: '#572089'

red 87 ◦ green 32 ◦ blue 137

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

Shades of Kingfisher Daisy #572089

Tints of Kingfisher Daisy #572089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

 BLUE value IS 137 (53.91% from 255) = 53.52%

R = 33.98%
G = 12.5%
B = 53.52%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#572089 (or 0x572089) is known color: Kingfisher Daisy. HEX triplet: 57, 20 and 89. RGB value is (87,32,137). Sum of RGB (Red+Green+Blue) = 87+32+137=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #572089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572089 is #A8DF76. Grayscale: #3C3C3C. Windows color (decimal): -11067255 or 8986711. OLE color: 8986711.

HSL color Cylindrical-coordinate representation of color #572089: hue angle of 271.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #572089 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 32 137 -
CMYK 0.36 0.77 0 0.46
HSL 271.43º 0.62% 0.33% -
HSV(B) 271.43º 0.77% 0.54% -
XYZ 8.96 4.87 24.13 -
YUV 60.42 171.22 146.96 -
System Red Green Blue C M Y K H S L
Decimal 87 32 137 0.36 0.77 0 0.46 271.43 0.62 0.33
Hex 57 20 89 24 4D 0 2E 10F 3E 21
Octal 127 40 211 44 115 0 56 417 76 41
Binary 1010111 100000 10001001 100100 1001101 0 101110 100001111 111110 100001

Color Harmonies of #572089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572089

Black with #572089

Text Example


Text Example

White with #572089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572089; }

 p { color: rgb(87,32,137); }

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

background-color css

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

 a { background-color: rgb(87,32,137); }

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

border-color css

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

 span { border-color: rgb(87,32,137); }

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