#538BB9

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

Shades of Danube #538BB9

Tints of Danube #538BB9

Color information

#538BB9 (or 0x538BB9) is unknown color: approx Danube. HEX triplet: 53, 8B and B9. RGB value is (83,139,185). Sum of RGB (Red+Green+Blue) = 83+139+185=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #538BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BB9 is #AC7446. Grayscale: #7F7F7F. Windows color (decimal): -11301959 or 12159827. OLE color: 12159827.

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

Color convert

RGB83139185-
CMYK0.550.2500.27
HSL207.06º42.15%52.55%-
HSV(B)207.06º55.14%72.55%-
XYZ21.5623.8149.36-
YUV127.5160.4596.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.39%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 185 (72.66% from 255) = 45.45%
R=20.39%
G=34.15%
B=45.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831391850.550.2500.27207.0642.1552.55
Hex538BB9371901Bcf2a35
Octal12321327167310333175265
Binary101001110001011101110011101111100101101111001111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,139,185); }

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

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

 a { background-color: rgb(83,139,185); }

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

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

 span { border-color: rgb(83,139,185); }

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