#5B5FBE

Color #5B5FBE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5B5FBE

Tints of Rich Blue #5B5FBE

Color information

#5B5FBE (or 0x5B5FBE) is unknown color: approx Rich Blue. HEX triplet: 5B, 5F and BE. RGB value is (91,95,190). Sum of RGB (Red+Green+Blue) = 91+95+190=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B5FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5FBE is #A4A041. Grayscale: #686868. Windows color (decimal): -10788930 or 12476251. OLE color: 12476251.

HSL color Cylindrical-coordinate representation of color #5B5FBE: hue angle of 237.58º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B5FBE is Cyan = 0.52, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9195190-
CMYK0.520.500.25
HSL237.58º43.23%55.1%-
HSV(B)237.58º52.11%74.51%-
XYZ17.714.1350.51-
YUV104.63176.17118.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.20%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=24.20%
G=25.27%
B=50.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91951900.520.500.25237.5843.2355.1
Hex5B5FBE3432019ee2b37
Octal13313727664620313565367
Binary101101110111111011111011010011001001100111101110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,95,190); }

 H1.HeaderClassName
 {
   color: #5B5FBE;
 }
 .AnyTagClassName
 {
   color: #5B5FBE;
 }
</style>
background-color css

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

 a { background-color: rgb(91,95,190); }

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

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

 span { border-color: rgb(91,95,190); }

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