#53B2BA

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

Shades of Viking #53B2BA

Tints of Viking #53B2BA

Color information

#53B2BA (or 0x53B2BA) is unknown color: approx Viking. HEX triplet: 53, B2 and BA. RGB value is (83,178,186). Sum of RGB (Red+Green+Blue) = 83+178+186=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #53B2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B2BA is #AC4D45. Grayscale: #969696. Windows color (decimal): -11291974 or 12235347. OLE color: 12235347.

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

Color convert

RGB83178186-
CMYK0.550.0400.27
HSL184.66º42.74%52.75%-
HSV(B)184.66º55.38%72.94%-
XYZ28.3537.2252.15-
YUV150.51148.0379.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.57%
GREEN value IS 178 (69.92% from 255) = 39.82%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=18.57%
G=39.82%
B=41.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831781860.550.0400.27184.6642.7452.75
Hex53B2BA37401Bb92b35
Octal1232622726740332715365
Binary1010011101100101011101011011110001101110111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,178,186); }

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

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

 a { background-color: rgb(83,178,186); }

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

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

 span { border-color: rgb(83,178,186); }

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