#5F60BE

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

Shades of Rich Blue #5F60BE

Tints of Rich Blue #5F60BE

Color information

#5F60BE (or 0x5F60BE) is unknown color: approx Rich Blue. HEX triplet: 5F, 60 and BE. RGB value is (95,96,190). Sum of RGB (Red+Green+Blue) = 95+96+190=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F60BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F60BE is #A09F41. Grayscale: #6A6A6A. Windows color (decimal): -10526530 or 12476511. OLE color: 12476511.

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

Color convert

RGB9596190-
CMYK0.50.4900.25
HSL239.37º42.22%55.88%-
HSV(B)239.37º50%74.51%-
XYZ18.214.5250.56-
YUV106.42175.17119.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.93%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=24.93%
G=25.20%
B=49.87%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95961900.50.4900.25239.3742.2255.88
Hex5F60BE3231019ef2a38
Octal13714027662610313575270
Binary101111111000001011111011001011000101100111101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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