Html Css Color HEX #5B306D Honey Flower

📋 copy color: '#5B306D'

red 91 ◦ green 48 ◦ blue 109

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

Shades of Honey Flower #5B306D

Tints of Honey Flower #5B306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

 BLUE value IS 109 (42.97% from 255) = 43.95%

R = 36.69%
G = 19.35%
B = 43.95%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B306D (or 0x5B306D) is known color: Honey Flower. HEX triplet: 5B, 30 and 6D. RGB value is (91,48,109). Sum of RGB (Red+Green+Blue) = 91+48+109=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B306D is #A4CF92. Grayscale: #434343. Windows color (decimal): -10801043 or 7155803. OLE color: 7155803.

HSL color Cylindrical-coordinate representation of color #5B306D: hue angle of 282.3º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B306D is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 48 109 -
CMYK 0.17 0.56 0 0.57
HSL 282.3º 0.39% 0.31% -
HSV(B) 282.3º 0.56% 0.43% -
XYZ 8.13 5.44 15.09 -
YUV 67.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 91 48 109 0.17 0.56 0 0.57 282.3 0.39 0.31
Hex 5B 30 6D 11 38 0 39 11A 27 1F
Octal 133 60 155 21 70 0 71 432 47 37
Binary 1011011 110000 1101101 10001 111000 0 111001 100011010 100111 11111

Color Harmonies of #5B306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B306D

Black with #5B306D

Text Example


Text Example

White with #5B306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,48,109); }

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

background-color css

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

 a { background-color: rgb(91,48,109); }

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

border-color css

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

 span { border-color: rgb(91,48,109); }

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