#5F60B8

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

Shades of Rich Blue #5F60B8

Tints of Rich Blue #5F60B8

Color information

#5F60B8 (or 0x5F60B8) is unknown color: approx Rich Blue. HEX triplet: 5F, 60 and B8. RGB value is (95,96,184). Sum of RGB (Red+Green+Blue) = 95+96+184=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #5F60B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F60B8 is #A09F47. Grayscale: #696969. Windows color (decimal): -10526536 or 12083295. OLE color: 12083295.

HSL color Cylindrical-coordinate representation of color #5F60B8: hue angle of 239.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F60B8 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9596184-
CMYK0.480.4800.28
HSL239.33º38.53%54.71%-
HSV(B)239.33º48.37%72.16%-
XYZ17.5514.2647.17-
YUV105.73172.17120.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 184 (72.27% from 255) = 49.07%
R=25.33%
G=25.6%
B=49.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal95961840.480.4800.28239.3338.5354.71
Hex5F60B8303001Cef2737
Octal13714027060600343574767
Binary101111111000001011100011000011000001110011101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F60B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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