#53B8D4

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

Shades of Viking #53B8D4

Tints of Viking #53B8D4

Color information

#53B8D4 (or 0x53B8D4) is unknown color: approx Viking. HEX triplet: 53, B8 and D4. RGB value is (83,184,212). Sum of RGB (Red+Green+Blue) = 83+184+212=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #53B8D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B8D4 is #AC472B. Grayscale: #9C9C9C. Windows color (decimal): -11290412 or 13940819. OLE color: 13940819.

HSL color Cylindrical-coordinate representation of color #53B8D4: hue angle of 193.02º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53B8D4 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB83184212-
CMYK0.610.1300.17
HSL193.02º60%57.84%-
HSV(B)193.02º60.85%83.14%-
XYZ32.5940.8768.46-
YUV156.99159.0475.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.33%
GREEN value IS 184 (72.27% from 255) = 38.41%
BLUE value IS 212 (83.20% from 255) = 44.26%
R=17.33%
G=38.41%
B=44.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal831842120.610.1300.17193.026057.84
Hex53B8D43DD011c13c3a
Octal12327032475150213017472
Binary10100111011100011010100111101110101000111000001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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