#538ABF

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

Shades of Danube #538ABF

Tints of Danube #538ABF

Color information

#538ABF (or 0x538ABF) is unknown color: approx Danube. HEX triplet: 53, 8A and BF. RGB value is (83,138,191). Sum of RGB (Red+Green+Blue) = 83+138+191=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #538ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ABF is #AC7540. Grayscale: #7F7F7F. Windows color (decimal): -11302209 or 12552787. OLE color: 12552787.

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

Color convert

RGB83138191-
CMYK0.570.2800.25
HSL209.44º45.76%53.73%-
HSV(B)209.44º56.54%74.9%-
XYZ22.0623.7852.72-
YUV127.6163.7896.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.15%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 191 (75% from 255) = 46.36%
R=20.15%
G=33.50%
B=46.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831381910.570.2800.25209.4445.7653.73
Hex538ABF391C019d12e36
Octal12321227771340313215666
Binary101001110001010101111111110011110001100111010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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