#538CBB

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

Shades of Danube #538CBB

Tints of Danube #538CBB

Color information

#538CBB (or 0x538CBB) is unknown color: approx Danube. HEX triplet: 53, 8C and BB. RGB value is (83,140,187). Sum of RGB (Red+Green+Blue) = 83+140+187=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #538CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CBB is #AC7344. Grayscale: #808080. Windows color (decimal): -11301701 or 12291155. OLE color: 12291155.

HSL color Cylindrical-coordinate representation of color #538CBB: hue angle of 207.12º 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 #538CBB is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83140187-
CMYK0.560.2500.27
HSL207.12º43.33%52.94%-
HSV(B)207.12º55.61%73.33%-
XYZ21.9224.1850.53-
YUV128.32161.1295.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.24%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 187 (73.44% from 255) = 45.61%
R=20.24%
G=34.15%
B=45.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831401870.560.2500.27207.1243.3352.94
Hex538CBB381901Bcf2b35
Octal12321427370310333175365
Binary101001110001100101110111110001100101101111001111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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