#53BABE

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

Shades of Viking #53BABE

Tints of Viking #53BABE

Color information

#53BABE (or 0x53BABE) is unknown color: approx Viking. HEX triplet: 53, BA and BE. RGB value is (83,186,190). Sum of RGB (Red+Green+Blue) = 83+186+190=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #53BABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BABE is #AC4541. Grayscale: #9B9B9B. Windows color (decimal): -11289922 or 12499539. OLE color: 12499539.

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

Color convert

RGB83186190-
CMYK0.560.0200.25
HSL182.24º45.15%53.53%-
HSV(B)182.24º56.32%74.51%-
XYZ30.4240.6754.96-
YUV155.66147.3876.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.08%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=18.08%
G=40.52%
B=41.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831861900.560.0200.25182.2445.1553.53
Hex53BABE382019b62d36
Octal1232722767020312665566
Binary101001110111010101111101110001001100110110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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