#5C8BCB

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

Shades of Danube #5C8BCB

Tints of Danube #5C8BCB

Color information

#5C8BCB (or 0x5C8BCB) is unknown color: approx Danube. HEX triplet: 5C, 8B and CB. RGB value is (92,139,203). Sum of RGB (Red+Green+Blue) = 92+139+203=434 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.20% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C8BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8BCB is #A37434. Grayscale: #838383. Windows color (decimal): -10712117 or 13339484. OLE color: 13339484.

HSL color Cylindrical-coordinate representation of color #5C8BCB: hue angle of 214.59º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C8BCB is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92139203-
CMYK0.550.3200.20
HSL214.59º51.63%57.84%-
HSV(B)214.59º54.68%79.61%-
XYZ24.4325.0560.05-
YUV132.24167.9399.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.20%
GREEN value IS 139 (54.69% from 255) = 32.03%
BLUE value IS 203 (79.69% from 255) = 46.77%
R=21.20%
G=32.03%
B=46.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921392030.550.3200.20214.5951.6357.84
Hex5C8BCB3720014d7343a
Octal13421331367400243276472
Binary1011100100010111100101111011110000001010011010111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,139,203); }

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

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

 a { background-color: rgb(92,139,203); }

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

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

 span { border-color: rgb(92,139,203); }

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