#53A7BA

Color #53A7BA Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #53A7BA

Tints of Viking #53A7BA

Color information

#53A7BA (or 0x53A7BA) is unknown color: approx Viking. HEX triplet: 53, A7 and BA. RGB value is (83,167,186). Sum of RGB (Red+Green+Blue) = 83+167+186=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #53A7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A7BA is #AC5845. Grayscale: #8F8F8F. Windows color (decimal): -11294790 or 12232531. OLE color: 12232531.

HSL color Cylindrical-coordinate representation of color #53A7BA: hue angle of 191.07º degrees, saturation: 0.43, 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 #53A7BA is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83167186-
CMYK0.550.1000.27
HSL191.07º42.74%52.75%-
HSV(B)191.07º55.38%72.94%-
XYZ26.2533.0251.44-
YUV144.05151.6784.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.04%
GREEN value IS 167 (65.62% from 255) = 38.30%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=19.04%
G=38.30%
B=42.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831671860.550.1000.27191.0742.7452.75
Hex53A7BA37A01Bbf2b35
Octal12324727267120332775365
Binary10100111010011110111010110111101001101110111111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A7BA; }

 p { color: rgb(83,167,186); }

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

<style>
 a { background-color: #53A7BA; }

 a { background-color: rgb(83,167,186); }

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

<style>
 span { border-color: #53A7BA; }

 span { border-color: rgb(83,167,186); }

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