#538ECC

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

Shades of Danube #538ECC

Tints of Danube #538ECC

Color information

#538ECC (or 0x538ECC) is unknown color: approx Danube. HEX triplet: 53, 8E and CC. RGB value is (83,142,204). Sum of RGB (Red+Green+Blue) = 83+142+204=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #538ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ECC is #AC7133. Grayscale: #838383. Windows color (decimal): -11301172 or 13405779. OLE color: 13405779.

HSL color Cylindrical-coordinate representation of color #538ECC: hue angle of 210.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #538ECC is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB83142204-
CMYK0.590.3000.2
HSL210.74º54.26%56.27%-
HSV(B)210.74º59.31%80%-
XYZ24.1425.5460.79-
YUV131.43168.9593.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.35%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=19.35%
G=33.10%
B=47.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal831422040.590.3000.2210.7454.2656.27
Hex538ECC3B1E014d33638
Octal12321631473360243236670
Binary101001110001110110011001110111111001010011010011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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