Html Css Color HEX #5C2B6E Honey Flower

📋 copy color: '#5C2B6E'

red 92 ◦ green 43 ◦ blue 110

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

Shades of Honey Flower #5C2B6E

Tints of Honey Flower #5C2B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 37.55%
G = 17.55%
B = 44.9%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5C2B6E (or 0x5C2B6E) is known color: Honey Flower. HEX triplet: 5C, 2B and 6E. RGB value is (92,43,110). Sum of RGB (Red+Green+Blue) = 92+43+110=245 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.55% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C2B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2B6E is #A3D491. Grayscale: #414141. Windows color (decimal): -10736786 or 7220060. OLE color: 7220060.

HSL color Cylindrical-coordinate representation of color #5C2B6E: hue angle of 283.88º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C2B6E is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 92 43 110 -
CMYK 0.16 0.61 0 0.57
HSL 283.88º 0.44% 0.3% -
HSV(B) 283.88º 0.61% 0.43% -
XYZ 8.09 5.13 15.32 -
YUV 65.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 92 43 110 0.16 0.61 0 0.57 283.88 0.44 0.3
Hex 5C 2B 6E 10 3D 0 39 11C 2C 1E
Octal 134 53 156 20 75 0 71 434 54 36
Binary 1011100 101011 1101110 10000 111101 0 111001 100011100 101100 11110

Color Harmonies of #5C2B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2B6E

Black with #5C2B6E

Text Example


Text Example

White with #5C2B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,43,110); }

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

background-color css

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

 a { background-color: rgb(92,43,110); }

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

border-color css

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

 span { border-color: rgb(92,43,110); }

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