Html Css Color HEX #572C80 Kingfisher Daisy

📋 copy color: '#572C80'

red 87 ◦ green 44 ◦ blue 128

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

Shades of Kingfisher Daisy #572C80

Tints of Kingfisher Daisy #572C80

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.99%

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

R = 33.59%
G = 16.99%
B = 49.42%

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

#572C80 (or 0x572C80) is known color: Kingfisher Daisy. HEX triplet: 57, 2C and 80. RGB value is (87,44,128). Sum of RGB (Red+Green+Blue) = 87+44+128=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #572C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572C80 is #A8D37F. Grayscale: #424242. Windows color (decimal): -11064192 or 8399959. OLE color: 8399959.

HSL color Cylindrical-coordinate representation of color #572C80: hue angle of 270.71º degrees, saturation: 0.49, 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 #572C80 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 44 128 -
CMYK 0.32 0.66 0 0.50
HSL 270.71º 0.49% 0.34% -
HSV(B) 270.71º 0.66% 0.5% -
XYZ 8.73 5.39 21 -
YUV 66.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 87 44 128 0.32 0.66 0 0.50 270.71 0.49 0.34
Hex 57 2C 80 20 42 0 32 10F 31 22
Octal 127 54 200 40 102 0 62 417 61 42
Binary 1010111 101100 10000000 100000 1000010 0 110010 100001111 110001 100010

Color Harmonies of #572C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572C80

Black with #572C80

Text Example


Text Example

White with #572C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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