Html Css Color HEX #572C67 Honey Flower

📋 copy color: '#572C67'

red 87 ◦ green 44 ◦ blue 103

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

Shades of Honey Flower #572C67

Tints of Honey Flower #572C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 44.02%

R = 37.18%
G = 18.8%
B = 44.02%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#572C67 (or 0x572C67) is known color: Honey Flower. HEX triplet: 57, 2C and 67. RGB value is (87,44,103). Sum of RGB (Red+Green+Blue) = 87+44+103=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #572C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C67 is #A8D398. Grayscale: #3F3F3F. Windows color (decimal): -11064217 or 6761559. OLE color: 6761559.

HSL color Cylindrical-coordinate representation of color #572C67: hue angle of 283.73º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #572C67 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 44 103 -
CMYK 0.16 0.57 0 0.60
HSL 283.73º 0.4% 0.29% -
HSV(B) 283.73º 0.57% 0.4% -
XYZ 7.28 4.81 13.38 -
YUV 63.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 87 44 103 0.16 0.57 0 0.60 283.73 0.4 0.29
Hex 57 2C 67 10 39 0 3C 11C 28 1D
Octal 127 54 147 20 71 0 74 434 50 35
Binary 1010111 101100 1100111 10000 111001 0 111100 100011100 101000 11101

Color Harmonies of #572C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572C67

Black with #572C67

Text Example


Text Example

White with #572C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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