#538EBF

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

Shades of Danube #538EBF

Tints of Danube #538EBF

Color information

#538EBF (or 0x538EBF) is unknown color: approx Danube. HEX triplet: 53, 8E and BF. RGB value is (83,142,191). Sum of RGB (Red+Green+Blue) = 83+142+191=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #538EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EBF is #AC7140. Grayscale: #818181. Windows color (decimal): -11301185 or 12553811. OLE color: 12553811.

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

Color convert

RGB83142191-
CMYK0.570.2600.25
HSL207.22º45.76%53.73%-
HSV(B)207.22º56.54%74.9%-
XYZ22.6424.9552.91-
YUV129.94162.4594.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.95%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 191 (75% from 255) = 45.91%
R=19.95%
G=34.13%
B=45.91%

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
Decimal831421910.570.2600.25207.2245.7653.73
Hex538EBF391A019cf2e36
Octal12321627771320313175666
Binary101001110001110101111111110011101001100111001111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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