#58AABF

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

Shades of Viking #58AABF

Tints of Viking #58AABF

Color information

#58AABF (or 0x58AABF) is unknown color: approx Viking. HEX triplet: 58, AA and BF. RGB value is (88,170,191). Sum of RGB (Red+Green+Blue) = 88+170+191=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #58AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AABF is #A75540. Grayscale: #939393. Windows color (decimal): -10966337 or 12560984. OLE color: 12560984.

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

Color convert

RGB88170191-
CMYK0.540.1100.25
HSL192.23º44.59%54.71%-
HSV(B)192.23º53.93%74.9%-
XYZ27.834.5954.5-
YUV147.88152.3385.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.60%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 191 (75% from 255) = 42.54%
R=19.60%
G=37.86%
B=42.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881701910.540.1100.25192.2344.5954.71
Hex58AABF36B019c02d37
Octal13025227766130313005567
Binary10110001010101010111111110110101101100111000000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58AABF; }

 p { color: rgb(88,170,191); }

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

<style>
 a { background-color: #58AABF; }

 a { background-color: rgb(88,170,191); }

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

<style>
 span { border-color: #58AABF; }

 span { border-color: rgb(88,170,191); }

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