#538CC0

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

Shades of Danube #538CC0

Tints of Danube #538CC0

Color information

#538CC0 (or 0x538CC0) is unknown color: approx Danube. HEX triplet: 53, 8C and C0. RGB value is (83,140,192). Sum of RGB (Red+Green+Blue) = 83+140+192=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #538CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CC0 is #AC733F. Grayscale: #808080. Windows color (decimal): -11301696 or 12618835. OLE color: 12618835.

HSL color Cylindrical-coordinate representation of color #538CC0: hue angle of 208.62º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #538CC0 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83140192-
CMYK0.570.2700.25
HSL208.62º46.38%53.92%-
HSV(B)208.62º56.77%75.29%-
XYZ22.4624.453.4-
YUV128.88163.6295.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 192 (75.39% from 255) = 46.27%
R=20%
G=33.73%
B=46.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831401920.570.2700.25208.6246.3853.92
Hex538CC0391B019d12e36
Octal12321430071330313215666
Binary101001110001100110000001110011101101100111010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538CC0; }

 p { color: rgb(83,140,192); }

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

<style>
 a { background-color: #538CC0; }

 a { background-color: rgb(83,140,192); }

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

<style>
 span { border-color: #538CC0; }

 span { border-color: rgb(83,140,192); }

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