#538AC3

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

Shades of Danube #538AC3

Tints of Danube #538AC3

Color information

#538AC3 (or 0x538AC3) is unknown color: approx Danube. HEX triplet: 53, 8A and C3. RGB value is (83,138,195). Sum of RGB (Red+Green+Blue) = 83+138+195=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #538AC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538AC3 is #AC753C. Grayscale: #7F7F7F. Windows color (decimal): -11302205 or 12814931. OLE color: 12814931.

HSL color Cylindrical-coordinate representation of color #538AC3: hue angle of 210.54º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #538AC3 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB83138195-
CMYK0.570.2900.24
HSL210.54º48.28%54.51%-
HSV(B)210.54º57.44%76.47%-
XYZ22.5123.9655.07-
YUV128.05165.7895.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.95%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 195 (76.56% from 255) = 46.88%
R=19.95%
G=33.17%
B=46.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831381950.570.2900.24210.5448.2854.51
Hex538AC3391D018d33037
Octal12321230371350303236067
Binary101001110001010110000111110011110101100011010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,138,195); }

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

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

 a { background-color: rgb(83,138,195); }

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

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

 span { border-color: rgb(83,138,195); }

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