#53B7BA

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

Shades of Viking #53B7BA

Tints of Viking #53B7BA

Color information

#53B7BA (or 0x53B7BA) is unknown color: approx Viking. HEX triplet: 53, B7 and BA. RGB value is (83,183,186). Sum of RGB (Red+Green+Blue) = 83+183+186=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #53B7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B7BA is #AC4845. Grayscale: #999999. Windows color (decimal): -11290694 or 12236627. OLE color: 12236627.

HSL color Cylindrical-coordinate representation of color #53B7BA: hue angle of 181.75º 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 #53B7BA is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83183186-
CMYK0.550.0200.27
HSL181.75º42.74%52.75%-
HSV(B)181.75º55.38%72.94%-
XYZ29.3639.2552.48-
YUV153.44146.3777.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.36%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=18.36%
G=40.49%
B=41.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831831860.550.0200.27181.7542.7452.75
Hex53B7BA37201Bb62b35
Octal1232672726720332665365
Binary101001110110111101110101101111001101110110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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