Html Css Color HEX #5C3769 Honey Flower

📋 copy color: '#5C3769'

red 92 ◦ green 55 ◦ blue 105

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

Shades of Honey Flower #5C3769

Tints of Honey Flower #5C3769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 105 (41.41% from 255) = 41.67%

R = 36.51%
G = 21.83%
B = 41.67%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5C3769 (or 0x5C3769) is known color: Honey Flower. HEX triplet: 5C, 37 and 69. RGB value is (92,55,105). Sum of RGB (Red+Green+Blue) = 92+55+105=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C3769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3769 is #A3C896. Grayscale: #474747. Windows color (decimal): -10733719 or 6895452. OLE color: 6895452.

HSL color Cylindrical-coordinate representation of color #5C3769: hue angle of 284.4º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C3769 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 92 55 105 -
CMYK 0.12 0.48 0 0.59
HSL 284.4º 0.31% 0.31% -
HSV(B) 284.4º 0.48% 0.41% -
XYZ 8.33 6.03 14.09 -
YUV 71.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 92 55 105 0.12 0.48 0 0.59 284.4 0.31 0.31
Hex 5C 37 69 C 30 0 3B 11C 1F 1F
Octal 134 67 151 14 60 0 73 434 37 37
Binary 1011100 110111 1101001 1100 110000 0 111011 100011100 11111 11111

Color Harmonies of #5C3769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3769

Black with #5C3769

Text Example


Text Example

White with #5C3769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,55,105); }

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

background-color css

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

 a { background-color: rgb(92,55,105); }

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

border-color css

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

 span { border-color: rgb(92,55,105); }

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