Html Css Color HEX #5B2E67 Honey Flower

📋 copy color: '#5B2E67'

red 91 ◦ green 46 ◦ blue 103

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

Shades of Honey Flower #5B2E67

Tints of Honey Flower #5B2E67

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.17%

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

R = 37.92%
G = 19.17%
B = 42.92%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5B2E67 (or 0x5B2E67) is known color: Honey Flower. HEX triplet: 5B, 2E and 67. RGB value is (91,46,103). Sum of RGB (Red+Green+Blue) = 91+46+103=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B2E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2E67 is #A4D198. Grayscale: #414141. Windows color (decimal): -10801561 or 6762075. OLE color: 6762075.

HSL color Cylindrical-coordinate representation of color #5B2E67: hue angle of 287.37º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B2E67 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 91 46 103 -
CMYK 0.12 0.55 0 0.60
HSL 287.37º 0.38% 0.29% -
HSV(B) 287.37º 0.55% 0.4% -
XYZ 7.74 5.16 13.42 -
YUV 65.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 91 46 103 0.12 0.55 0 0.60 287.37 0.38 0.29
Hex 5B 2E 67 C 37 0 3C 11F 26 1D
Octal 133 56 147 14 67 0 74 437 46 35
Binary 1011011 101110 1100111 1100 110111 0 111100 100011111 100110 11101

Color Harmonies of #5B2E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2E67

Black with #5B2E67

Text Example


Text Example

White with #5B2E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,46,103); }

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

background-color css

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

 a { background-color: rgb(91,46,103); }

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

border-color css

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

 span { border-color: rgb(91,46,103); }

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