#538EBB

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

Shades of Danube #538EBB

Tints of Danube #538EBB

Color information

#538EBB (or 0x538EBB) is unknown color: approx Danube. HEX triplet: 53, 8E and BB. RGB value is (83,142,187). Sum of RGB (Red+Green+Blue) = 83+142+187=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #538EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EBB is #AC7144. Grayscale: #818181. Windows color (decimal): -11301189 or 12291667. OLE color: 12291667.

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

Color convert

RGB83142187-
CMYK0.560.2400.27
HSL205.96º43.33%52.94%-
HSV(B)205.96º55.61%73.33%-
XYZ22.2124.7750.62-
YUV129.49160.4594.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.15%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=20.15%
G=34.47%
B=45.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831421870.560.2400.27205.9643.3352.94
Hex538EBB381801Bce2b35
Octal12321627370300333165365
Binary101001110001110101110111110001100001101111001110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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