#53b3bb

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

Shades of Viking #53B3BB

Tints of Viking #53B3BB

Color information

#53B3BB (or 0x53B3BB) is unknown color: approx Viking. HEX triplet: 53, B3 and BB. RGB value is (83,179,187). Sum of RGB (Red+Green+Blue) = 83+179+187=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #53B3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B3BB is #AC4C44. Grayscale: #979797. Windows color (decimal): -11291717 or 12301139. OLE color: 12301139.

HSL color Cylindrical-coordinate representation of color #53B3BB: hue angle of 184.62º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53B3BB is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83179187-
CMYK0.560.0400.27
HSL184.62º43.33%52.94%-
HSV(B)184.62º55.61%73.33%-
XYZ28.6637.6752.77-
YUV151.21148.279.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.49%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=18.49%
G=39.87%
B=41.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831791870.560.0400.27184.6243.3352.94
Hex53B3BB38401Bb92b35
Octal1232632737040332715365
Binary1010011101100111011101111100010001101110111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53b3bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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