#5D60BB

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

Shades of Rich Blue #5D60BB

Tints of Rich Blue #5D60BB

Color information

#5D60BB (or 0x5D60BB) is unknown color: approx Rich Blue. HEX triplet: 5D, 60 and BB. RGB value is (93,96,187). Sum of RGB (Red+Green+Blue) = 93+96+187=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D60BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D60BB is #A29F44. Grayscale: #696969. Windows color (decimal): -10657605 or 12279901. OLE color: 12279901.

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

Color convert

RGB9396187-
CMYK0.500.4900.27
HSL238.09º40.87%54.9%-
HSV(B)238.09º50.27%73.33%-
XYZ17.6714.2848.84-
YUV105.48174.01119.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.73%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=24.73%
G=25.53%
B=49.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93961870.500.4900.27238.0940.8754.9
Hex5D60BB323101Bee2937
Octal13514027362610333565167
Binary101110111000001011101111001011000101101111101110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D60BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,96,187); }

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

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

 a { background-color: rgb(93,96,187); }

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

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

 span { border-color: rgb(93,96,187); }

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