#53ABBE

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

Shades of Viking #53ABBE

Tints of Viking #53ABBE

Color information

#53ABBE (or 0x53ABBE) is unknown color: approx Viking. HEX triplet: 53, AB and BE. RGB value is (83,171,190). Sum of RGB (Red+Green+Blue) = 83+171+190=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #53ABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABBE is #AC5441. Grayscale: #929292. Windows color (decimal): -11293762 or 12495699. OLE color: 12495699.

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

Color convert

RGB83171190-
CMYK0.560.1000.25
HSL190.65º45.15%53.53%-
HSV(B)190.65º56.32%74.51%-
XYZ27.4234.6853.96-
YUV146.85152.3582.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.69%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=18.69%
G=38.51%
B=42.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831711900.560.1000.25190.6545.1553.53
Hex53ABBE38A019bf2d36
Octal12325327670120312775566
Binary10100111010101110111110111000101001100110111111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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