#53B3BF

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

Shades of Viking #53B3BF

Tints of Viking #53B3BF

Color information

#53B3BF (or 0x53B3BF) is unknown color: approx Viking. HEX triplet: 53, B3 and BF. RGB value is (83,179,191). Sum of RGB (Red+Green+Blue) = 83+179+191=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #53B3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B3BF is #AC4C40. Grayscale: #979797. Windows color (decimal): -11291713 or 12563283. OLE color: 12563283.

HSL color Cylindrical-coordinate representation of color #53B3BF: hue angle of 186.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53B3BF is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83179191-
CMYK0.570.0600.25
HSL186.67º45.76%53.73%-
HSV(B)186.67º56.54%74.9%-
XYZ29.0937.8455.06-
YUV151.66150.279.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.32%
GREEN value IS 179 (70.31% from 255) = 39.51%
BLUE value IS 191 (75% from 255) = 42.16%
R=18.32%
G=39.51%
B=42.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831791910.570.0600.25186.6745.7653.73
Hex53B3BF396019bb2e36
Octal1232632777160312735666
Binary1010011101100111011111111100111001100110111011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,179,191); }

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

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

 a { background-color: rgb(83,179,191); }

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

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

 span { border-color: rgb(83,179,191); }

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