#5F5EBE

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

Shades of Rich Blue #5F5EBE

Tints of Rich Blue #5F5EBE

Color information

#5F5EBE (or 0x5F5EBE) is unknown color: approx Rich Blue. HEX triplet: 5F, 5E and BE. RGB value is (95,94,190). Sum of RGB (Red+Green+Blue) = 95+94+190=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F5EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5EBE is #A0A141. Grayscale: #686868. Windows color (decimal): -10527042 or 12475999. OLE color: 12475999.

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

Color convert

RGB9594190-
CMYK0.50.5100.25
HSL240.62º42.48%55.69%-
HSV(B)240.62º50.53%74.51%-
XYZ18.0214.1650.5-
YUV105.24175.83120.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.07%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=25.07%
G=24.80%
B=50.13%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95941900.50.5100.25240.6242.4855.69
Hex5F5EBE3233019f12a38
Octal13713627662630313615270
Binary101111110111101011111011001011001101100111110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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