Html Css Color HEX #5B256E Honey Flower

📋 copy color: '#5B256E'

red 91 ◦ green 37 ◦ blue 110

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

Shades of Honey Flower #5B256E

Tints of Honey Flower #5B256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.55%

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

R = 38.24%
G = 15.55%
B = 46.22%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B256E (or 0x5B256E) is known color: Honey Flower. HEX triplet: 5B, 25 and 6E. RGB value is (91,37,110). Sum of RGB (Red+Green+Blue) = 91+37+110=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B256E is #A4DA91. Grayscale: #3D3D3D. Windows color (decimal): -10803858 or 7218523. OLE color: 7218523.

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

Color convert

RGB 91 37 110 -
CMYK 0.17 0.66 0 0.57
HSL 284.38º 0.5% 0.29% -
HSV(B) 284.38º 0.66% 0.43% -
XYZ 7.79 4.67 15.24 -
YUV 61.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 91 37 110 0.17 0.66 0 0.57 284.38 0.5 0.29
Hex 5B 25 6E 11 42 0 39 11C 32 1D
Octal 133 45 156 21 102 0 71 434 62 35
Binary 1011011 100101 1101110 10001 1000010 0 111001 100011100 110010 11101

Color Harmonies of #5B256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B256E

Black with #5B256E

Text Example


Text Example

White with #5B256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,37,110); }

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

background-color css

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

 a { background-color: rgb(91,37,110); }

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

border-color css

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

 span { border-color: rgb(91,37,110); }

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