#538DBF

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

Shades of Danube #538DBF

Tints of Danube #538DBF

Color information

#538DBF (or 0x538DBF) is unknown color: approx Danube. HEX triplet: 53, 8D and BF. RGB value is (83,141,191). Sum of RGB (Red+Green+Blue) = 83+141+191=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #538DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DBF is #AC7240. Grayscale: #818181. Windows color (decimal): -11301441 or 12553555. OLE color: 12553555.

HSL color Cylindrical-coordinate representation of color #538DBF: hue angle of 207.78º 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 #538DBF is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83141191-
CMYK0.570.2600.25
HSL207.78º45.76%53.73%-
HSV(B)207.78º56.54%74.9%-
XYZ22.524.6552.86-
YUV129.36162.7894.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 191 (75% from 255) = 46.02%
R=20%
G=33.98%
B=46.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831411910.570.2600.25207.7845.7653.73
Hex538DBF391A019d02e36
Octal12321527771320313205666
Binary101001110001101101111111110011101001100111010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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