#5D5FBF

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

Shades of Rich Blue #5D5FBF

Tints of Rich Blue #5D5FBF

Color information

#5D5FBF (or 0x5D5FBF) is unknown color: approx Rich Blue. HEX triplet: 5D, 5F and BF. RGB value is (93,95,191). Sum of RGB (Red+Green+Blue) = 93+95+191=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D5FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5FBF is #A2A040. Grayscale: #686868. Windows color (decimal): -10657857 or 12541789. OLE color: 12541789.

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

Color convert

RGB9395191-
CMYK0.510.5000.25
HSL238.78º43.36%55.69%-
HSV(B)238.78º51.31%74.9%-
XYZ18.0114.2751.1-
YUV105.35176.34119.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.54%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 191 (75% from 255) = 50.40%
R=24.54%
G=25.07%
B=50.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93951910.510.5000.25238.7843.3655.69
Hex5D5FBF3332019ef2b38
Octal13513727763620313575370
Binary101110110111111011111111001111001001100111101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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