#538DBA

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

Shades of Danube #538DBA

Tints of Danube #538DBA

Color information

#538DBA (or 0x538DBA) is unknown color: approx Danube. HEX triplet: 53, 8D and BA. RGB value is (83,141,186). Sum of RGB (Red+Green+Blue) = 83+141+186=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #538DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DBA is #AC7245. Grayscale: #808080. Windows color (decimal): -11301446 or 12225875. OLE color: 12225875.

HSL color Cylindrical-coordinate representation of color #538DBA: hue angle of 206.21º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #538DBA is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83141186-
CMYK0.550.2400.27
HSL206.21º42.74%52.75%-
HSV(B)206.21º55.38%72.94%-
XYZ21.9624.4350.01-
YUV128.79160.2895.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.24%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=20.24%
G=34.39%
B=45.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831411860.550.2400.27206.2142.7452.75
Hex538DBA371801Bce2b35
Octal12321527267300333165365
Binary101001110001101101110101101111100001101111001110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,141,186); }

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

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

 a { background-color: rgb(83,141,186); }

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

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

 span { border-color: rgb(83,141,186); }

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