#53ABBF

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

Shades of Viking #53ABBF

Tints of Viking #53ABBF

Color information

#53ABBF (or 0x53ABBF) is unknown color: approx Viking. HEX triplet: 53, AB and BF. RGB value is (83,171,191). Sum of RGB (Red+Green+Blue) = 83+171+191=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #53ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABBF is #AC5440. Grayscale: #929292. Windows color (decimal): -11293761 or 12561235. OLE color: 12561235.

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

Color convert

RGB83171191-
CMYK0.570.1000.25
HSL191.11º45.76%53.73%-
HSV(B)191.11º56.54%74.9%-
XYZ27.5334.7354.54-
YUV146.97152.8582.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.65%
GREEN value IS 171 (67.19% from 255) = 38.43%
BLUE value IS 191 (75% from 255) = 42.92%
R=18.65%
G=38.43%
B=42.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831711910.570.1000.25191.1145.7653.73
Hex53ABBF39A019bf2e36
Octal12325327771120312775666
Binary10100111010101110111111111001101001100110111111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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