#53BABD

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

Shades of Viking #53BABD

Tints of Viking #53BABD

Color information

#53BABD (or 0x53BABD) is unknown color: approx Viking. HEX triplet: 53, BA and BD. RGB value is (83,186,189). Sum of RGB (Red+Green+Blue) = 83+186+189=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #53BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BABD is #AC4542. Grayscale: #9B9B9B. Windows color (decimal): -11289923 or 12434003. OLE color: 12434003.

HSL color Cylindrical-coordinate representation of color #53BABD: hue angle of 181.7º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BABD is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB83186189-
CMYK0.560.0200.26
HSL181.7º44.54%53.33%-
HSV(B)181.7º56.08%74.12%-
XYZ30.3140.6354.39-
YUV155.54146.8876.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.12%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=18.12%
G=40.61%
B=41.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831861890.560.0200.26181.744.5453.33
Hex53BABD38201Ab62d35
Octal1232722757020322665565
Binary101001110111010101111011110001001101010110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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