#5F8CCA

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

Shades of Danube #5F8CCA

Tints of Danube #5F8CCA

Color information

#5F8CCA (or 0x5F8CCA) is unknown color: approx Danube. HEX triplet: 5F, 8C and CA. RGB value is (95,140,202). Sum of RGB (Red+Green+Blue) = 95+140+202=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F8CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8CCA is #A07335. Grayscale: #858585. Windows color (decimal): -10515254 or 13274207. OLE color: 13274207.

HSL color Cylindrical-coordinate representation of color #5F8CCA: hue angle of 214.77º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F8CCA is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB95140202-
CMYK0.530.3100.21
HSL214.77º50.23%58.24%-
HSV(B)214.77º52.97%79.22%-
XYZ24.7625.4559.49-
YUV133.61166.59100.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.74%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=21.74%
G=32.04%
B=46.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal951402020.530.3100.21214.7750.2358.24
Hex5F8CCA351F015d7323a
Octal13721431265370253276272
Binary101111110001100110010101101011111101010111010111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,140,202); }

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

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

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

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

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

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

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