#538BC7

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

Shades of Danube #538BC7

Tints of Danube #538BC7

Color information

#538BC7 (or 0x538BC7) is unknown color: approx Danube. HEX triplet: 53, 8B and C7. RGB value is (83,139,199). Sum of RGB (Red+Green+Blue) = 83+139+199=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 199 - color contains mainly: blue. Hex color #538BC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BC7 is #AC7438. Grayscale: #808080. Windows color (decimal): -11301945 or 13077331. OLE color: 13077331.

HSL color Cylindrical-coordinate representation of color #538BC7: hue angle of 211.03º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #538BC7 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB83139199-
CMYK0.580.3000.22
HSL211.03º50.88%55.29%-
HSV(B)211.03º58.29%78.04%-
XYZ23.1124.4357.53-
YUV129.1167.4595.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.71%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 199 (78.12% from 255) = 47.27%
R=19.71%
G=33.02%
B=47.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831391990.580.3000.22211.0350.8855.29
Hex538BC73A1E016d33337
Octal12321330772360263236367
Binary101001110001011110001111110101111001011011010011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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