Html Css Color HEX #572B80 Kingfisher Daisy

📋 copy color: '#572B80'

red 87 ◦ green 43 ◦ blue 128

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

Shades of Kingfisher Daisy #572B80

Tints of Kingfisher Daisy #572B80

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.67%

 BLUE value IS 128 (50.39% from 255) = 49.61%

R = 33.72%
G = 16.67%
B = 49.61%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#572B80 (or 0x572B80) is known color: Kingfisher Daisy. HEX triplet: 57, 2B and 80. RGB value is (87,43,128). Sum of RGB (Red+Green+Blue) = 87+43+128=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #572B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572B80 is #A8D47F. Grayscale: #414141. Windows color (decimal): -11064448 or 8399703. OLE color: 8399703.

HSL color Cylindrical-coordinate representation of color #572B80: hue angle of 271.06º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #572B80 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 43 128 -
CMYK 0.32 0.66 0 0.50
HSL 271.06º 0.5% 0.34% -
HSV(B) 271.06º 0.66% 0.5% -
XYZ 8.69 5.31 20.99 -
YUV 65.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 87 43 128 0.32 0.66 0 0.50 271.06 0.5 0.34
Hex 57 2B 80 20 42 0 32 10F 32 22
Octal 127 53 200 40 102 0 62 417 62 42
Binary 1010111 101011 10000000 100000 1000010 0 110010 100001111 110010 100010

Color Harmonies of #572B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572B80

Black with #572B80

Text Example


Text Example

White with #572B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572B80; }

 p { color: rgb(87,43,128); }

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

background-color css

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

 a { background-color: rgb(87,43,128); }

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

border-color css

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

 span { border-color: rgb(87,43,128); }

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