#53A4BE

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

Shades of Viking #53A4BE

Tints of Viking #53A4BE

Color information

#53A4BE (or 0x53A4BE) is unknown color: approx Viking. HEX triplet: 53, A4 and BE. RGB value is (83,164,190). Sum of RGB (Red+Green+Blue) = 83+164+190=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #53A4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A4BE is #AC5B41. Grayscale: #8E8E8E. Windows color (decimal): -11295554 or 12493907. OLE color: 12493907.

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

Color convert

RGB83164190-
CMYK0.560.1400.25
HSL194.58º45.15%53.53%-
HSV(B)194.58º56.32%74.51%-
XYZ26.1432.1153.54-
YUV142.74154.6685.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.99%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=18.99%
G=37.53%
B=43.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831641900.560.1400.25194.5845.1553.53
Hex53A4BE38E019c32d36
Octal12324427670160313035566
Binary10100111010010010111110111000111001100111000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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