#53A5BA

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

Shades of Viking #53A5BA

Tints of Viking #53A5BA

Color information

#53A5BA (or 0x53A5BA) is unknown color: approx Viking. HEX triplet: 53, A5 and BA. RGB value is (83,165,186). Sum of RGB (Red+Green+Blue) = 83+165+186=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #53A5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A5BA is #AC5A45. Grayscale: #8E8E8E. Windows color (decimal): -11295302 or 12232019. OLE color: 12232019.

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

Color convert

RGB83165186-
CMYK0.550.1100.27
HSL192.23º42.74%52.75%-
HSV(B)192.23º55.38%72.94%-
XYZ25.8932.2951.32-
YUV142.88152.3385.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.12%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=19.12%
G=38.02%
B=42.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831651860.550.1100.27192.2342.7452.75
Hex53A5BA37B01Bc02b35
Octal12324527267130333005365
Binary10100111010010110111010110111101101101111000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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