Html Css Color HEX #5C4B66 Honey Flower

📋 copy color: '#5C4B66'

red 92 ◦ green 75 ◦ blue 102

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

Shades of Honey Flower #5C4B66

Tints of Honey Flower #5C4B66

RGB

 RED value IS 92 (36.33% from 255) = 34.2%

 GREEN value IS 75 (29.69% from 255) = 27.88%

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 34.2%
G = 27.88%
B = 37.92%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5C4B66 (or 0x5C4B66) is known color: Honey Flower. HEX triplet: 5C, 4B and 66. RGB value is (92,75,102). Sum of RGB (Red+Green+Blue) = 92+75+102=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C4B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4B66 is #A3B499. Grayscale: #535353. Windows color (decimal): -10728602 or 6703964. OLE color: 6703964.

HSL color Cylindrical-coordinate representation of color #5C4B66: hue angle of 277.78º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C4B66 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 92 75 102 -
CMYK 0.10 0.26 0 0.6
HSL 277.78º 0.15% 0.35% -
HSV(B) 277.78º 0.26% 0.4% -
XYZ 9.33 8.27 13.67 -
YUV 83.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 92 75 102 0.10 0.26 0 0.6 277.78 0.15 0.35
Hex 5C 4B 66 A 1A 0 3C 116 F 23
Octal 134 113 146 12 32 0 74 426 17 43
Binary 1011100 1001011 1100110 1010 11010 0 111100 100010110 1111 100011

Color Harmonies of #5C4B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4B66

Black with #5C4B66

Text Example


Text Example

White with #5C4B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C4B66; }

 p { color: rgb(92,75,102); }

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

background-color css

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

 a { background-color: rgb(92,75,102); }

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

border-color css

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

 span { border-color: rgb(92,75,102); }

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