Html Css Color HEX #572B79 Kingfisher Daisy

📋 copy color: '#572B79'

red 87 ◦ green 43 ◦ blue 121

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

Shades of Kingfisher Daisy #572B79

Tints of Kingfisher Daisy #572B79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 48.21%

R = 34.66%
G = 17.13%
B = 48.21%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#572B79 (or 0x572B79) is known color: Kingfisher Daisy. HEX triplet: 57, 2B and 79. RGB value is (87,43,121). Sum of RGB (Red+Green+Blue) = 87+43+121=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #572B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572B79 is #A8D486. Grayscale: #404040. Windows color (decimal): -11064455 or 7940951. OLE color: 7940951.

HSL color Cylindrical-coordinate representation of color #572B79: hue angle of 273.85º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #572B79 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 43 121 -
CMYK 0.28 0.64 0 0.53
HSL 273.85º 0.48% 0.32% -
HSV(B) 273.85º 0.64% 0.47% -
XYZ 8.25 5.13 18.65 -
YUV 65.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 87 43 121 0.28 0.64 0 0.53 273.85 0.48 0.32
Hex 57 2B 79 1C 40 0 35 112 30 20
Octal 127 53 171 34 100 0 65 422 60 40
Binary 1010111 101011 1111001 11100 1000000 0 110101 100010010 110000 100000

Color Harmonies of #572B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572B79

Black with #572B79

Text Example


Text Example

White with #572B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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