#5F5FBF

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

Shades of Rich Blue #5F5FBF

Tints of Rich Blue #5F5FBF

Color information

#5F5FBF (or 0x5F5FBF) is unknown color: approx Rich Blue. HEX triplet: 5F, 5F and BF. RGB value is (95,95,191). Sum of RGB (Red+Green+Blue) = 95+95+191=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F5FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5FBF is #A0A040. Grayscale: #696969. Windows color (decimal): -10526785 or 12541791. OLE color: 12541791.

HSL color Cylindrical-coordinate representation of color #5F5FBF: hue angle of 240º degrees, saturation: 0.43, 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 #5F5FBF is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9595191-
CMYK0.500.5000.25
HSL240º42.86%56.08%-
HSV(B)240º50.26%74.9%-
XYZ18.2214.3851.11-
YUV105.94176120.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.93%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 191 (75% from 255) = 50.13%
R=24.93%
G=24.93%
B=50.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95951910.500.5000.2524042.8656.08
Hex5F5FBF3232019f02b38
Octal13713727762620313605370
Binary101111110111111011111111001011001001100111110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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