#53A8BC

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

Shades of Viking #53A8BC

Tints of Viking #53A8BC

Color information

#53A8BC (or 0x53A8BC) is unknown color: approx Viking. HEX triplet: 53, A8 and BC. RGB value is (83,168,188). Sum of RGB (Red+Green+Blue) = 83+168+188=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #53A8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8BC is #AC5743. Grayscale: #909090. Windows color (decimal): -11294532 or 12363859. OLE color: 12363859.

HSL color Cylindrical-coordinate representation of color #53A8BC: hue angle of 191.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53A8BC is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB83168188-
CMYK0.560.1100.26
HSL191.43º43.93%53.14%-
HSV(B)191.43º55.85%73.73%-
XYZ26.6533.4852.63-
YUV144.86152.3483.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.91%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=18.91%
G=38.27%
B=42.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831681880.560.1100.26191.4343.9353.14
Hex53A8BC38B01Abf2c35
Octal12325027470130322775465
Binary10100111010100010111100111000101101101010111111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,168,188); }

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

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

 a { background-color: rgb(83,168,188); }

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

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

 span { border-color: rgb(83,168,188); }

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