#5F5FBA

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

Shades of Rich Blue #5F5FBA

Tints of Rich Blue #5F5FBA

Color information

#5F5FBA (or 0x5F5FBA) is unknown color: approx Rich Blue. HEX triplet: 5F, 5F and BA. RGB value is (95,95,186). Sum of RGB (Red+Green+Blue) = 95+95+186=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F5FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5FBA is #A0A045. Grayscale: #696969. Windows color (decimal): -10526790 or 12214111. OLE color: 12214111.

HSL color Cylindrical-coordinate representation of color #5F5FBA: hue angle of 240º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F5FBA is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9595186-
CMYK0.490.4900.27
HSL240º39.74%55.1%-
HSV(B)240º48.92%72.94%-
XYZ17.6714.1648.26-
YUV105.37173.5120.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.27%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=25.27%
G=25.27%
B=49.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95951860.490.4900.2724039.7455.1
Hex5F5FBA313101Bf02837
Octal13713727261610333605067
Binary101111110111111011101011000111000101101111110000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,95,186); }

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

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

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

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

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

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

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