#53ADBE

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

Shades of Viking #53ADBE

Tints of Viking #53ADBE

Color information

#53ADBE (or 0x53ADBE) is unknown color: approx Viking. HEX triplet: 53, AD and BE. RGB value is (83,173,190). Sum of RGB (Red+Green+Blue) = 83+173+190=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #53ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADBE is #AC5241. Grayscale: #939393. Windows color (decimal): -11293250 or 12496211. OLE color: 12496211.

HSL color Cylindrical-coordinate representation of color #53ADBE: hue angle of 189.53º 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 #53ADBE is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83173190-
CMYK0.560.0900.25
HSL189.53º45.15%53.53%-
HSV(B)189.53º56.32%74.51%-
XYZ27.8135.4454.09-
YUV148.03151.6881.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.61%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=18.61%
G=38.79%
B=42.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831731900.560.0900.25189.5345.1553.53
Hex53ADBE389019be2d36
Octal12325527670110312765566
Binary10100111010110110111110111000100101100110111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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