Html Css Color HEX #5B4062 Honey Flower

📋 copy color: '#5B4062'

red 91 ◦ green 64 ◦ blue 98

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

Shades of Honey Flower #5B4062

Tints of Honey Flower #5B4062

RGB

 RED value IS 91 (35.94% from 255) = 35.97%

 GREEN value IS 64 (25.39% from 255) = 25.3%

 BLUE value IS 98 (38.67% from 255) = 38.74%

R = 35.97%
G = 25.3%
B = 38.74%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B4062 (or 0x5B4062) is known color: Honey Flower. HEX triplet: 5B, 40 and 62. RGB value is (91,64,98). Sum of RGB (Red+Green+Blue) = 91+64+98=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B4062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4062 is #A4BF9D. Grayscale: #4B4B4B. Windows color (decimal): -10796958 or 6439003. OLE color: 6439003.

HSL color Cylindrical-coordinate representation of color #5B4062: hue angle of 287.65º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B4062 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 64 98 -
CMYK 0.07 0.35 0 0.62
HSL 287.65º 0.21% 0.32% -
HSV(B) 287.65º 0.35% 0.38% -
XYZ 8.35 6.77 12.42 -
YUV 75.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 91 64 98 0.07 0.35 0 0.62 287.65 0.21 0.32
Hex 5B 40 62 7 23 0 3E 120 15 20
Octal 133 100 142 7 43 0 76 440 25 40
Binary 1011011 1000000 1100010 111 100011 0 111110 100100000 10101 100000

Color Harmonies of #5B4062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4062

Black with #5B4062

Text Example


Text Example

White with #5B4062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,64,98); }

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

background-color css

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

 a { background-color: rgb(91,64,98); }

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

border-color css

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

 span { border-color: rgb(91,64,98); }

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