#538DBE

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

Shades of Danube #538DBE

Tints of Danube #538DBE

Color information

#538DBE (or 0x538DBE) is unknown color: approx Danube. HEX triplet: 53, 8D and BE. RGB value is (83,141,190). Sum of RGB (Red+Green+Blue) = 83+141+190=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #538DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DBE is #AC7241. Grayscale: #808080. Windows color (decimal): -11301442 or 12488019. OLE color: 12488019.

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

Color convert

RGB83141190-
CMYK0.560.2600.25
HSL207.48º45.15%53.53%-
HSV(B)207.48º56.32%74.51%-
XYZ22.3924.6152.28-
YUV129.24162.2895.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.05%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=20.05%
G=34.06%
B=45.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831411900.560.2600.25207.4845.1553.53
Hex538DBE381A019cf2d36
Octal12321527670320313175566
Binary101001110001101101111101110001101001100111001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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