#538EBD

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

Shades of Danube #538EBD

Tints of Danube #538EBD

Color information

#538EBD (or 0x538EBD) is unknown color: approx Danube. HEX triplet: 53, 8E and BD. RGB value is (83,142,189). Sum of RGB (Red+Green+Blue) = 83+142+189=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #538EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EBD is #AC7142. Grayscale: #818181. Windows color (decimal): -11301187 or 12422739. OLE color: 12422739.

HSL color Cylindrical-coordinate representation of color #538EBD: hue angle of 206.6º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #538EBD is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB83142189-
CMYK0.560.2500.26
HSL206.6º44.54%53.33%-
HSV(B)206.6º56.08%74.12%-
XYZ22.4324.8651.76-
YUV129.72161.4594.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.05%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=20.05%
G=34.30%
B=45.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831421890.560.2500.26206.644.5453.33
Hex538EBD381901Acf2d35
Octal12321627570310323175565
Binary101001110001110101111011110001100101101011001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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