#53ACB8

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

Shades of Viking #53ACB8

Tints of Viking #53ACB8

Color information

#53ACB8 (or 0x53ACB8) is unknown color: approx Viking. HEX triplet: 53, AC and B8. RGB value is (83,172,184). Sum of RGB (Red+Green+Blue) = 83+172+184=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 184 - color contains mainly: blue. Hex color #53ACB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACB8 is #AC5347. Grayscale: #929292. Windows color (decimal): -11293512 or 12102739. OLE color: 12102739.

HSL color Cylindrical-coordinate representation of color #53ACB8: hue angle of 187.13º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53ACB8 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB83172184-
CMYK0.550.0700.28
HSL187.13º41.56%52.35%-
HSV(B)187.13º54.89%72.16%-
XYZ26.9734.850.64-
YUV146.76149.0182.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.91%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 184 (72.27% from 255) = 41.91%
R=18.91%
G=39.18%
B=41.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831721840.550.0700.28187.1341.5652.35
Hex53ACB837701Cbb2a34
Octal1232542706770342735264
Binary1010011101011001011100011011111101110010111011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,172,184); }

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

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

 a { background-color: rgb(83,172,184); }

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

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

 span { border-color: rgb(83,172,184); }

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