#5C85BF

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

Shades of Danube #5C85BF

Tints of Danube #5C85BF

Color information

#5C85BF (or 0x5C85BF) is unknown color: approx Danube. HEX triplet: 5C, 85 and BF. RGB value is (92,133,191). Sum of RGB (Red+Green+Blue) = 92+133+191=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C85BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C85BF is #A37A40. Grayscale: #7F7F7F. Windows color (decimal): -10713665 or 12551516. OLE color: 12551516.

HSL color Cylindrical-coordinate representation of color #5C85BF: hue angle of 215.15º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C85BF is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92133191-
CMYK0.520.3000.25
HSL215.15º43.61%55.49%-
HSV(B)215.15º51.83%74.9%-
XYZ22.2122.8152.52-
YUV127.35163.92102.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.12%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 191 (75% from 255) = 45.91%
R=22.12%
G=31.97%
B=45.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921331910.520.3000.25215.1543.6155.49
Hex5C85BF341E019d72c37
Octal13420527764360313275467
Binary101110010000101101111111101001111001100111010111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,133,191); }

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

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

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

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

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

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

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