#58ABC7

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

Shades of Viking #58ABC7

Tints of Viking #58ABC7

Color information

#58ABC7 (or 0x58ABC7) is unknown color: approx Viking. HEX triplet: 58, AB and C7. RGB value is (88,171,199). Sum of RGB (Red+Green+Blue) = 88+171+199=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 199 - color contains mainly: blue. Hex color #58ABC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABC7 is #A75438. Grayscale: #959595. Windows color (decimal): -10966073 or 13085528. OLE color: 13085528.

HSL color Cylindrical-coordinate representation of color #58ABC7: hue angle of 195.14º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58ABC7 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB88171199-
CMYK0.560.1400.22
HSL195.14º49.78%56.27%-
HSV(B)195.14º55.78%78.04%-
XYZ28.935.3259.33-
YUV149.3815684.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.21%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 199 (78.12% from 255) = 43.45%
R=19.21%
G=37.34%
B=43.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal881711990.560.1400.22195.1449.7856.27
Hex58ABC738E016c33238
Octal13025330770160263036270
Binary10110001010101111000111111000111001011011000011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,171,199); }

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

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

 a { background-color: rgb(88,171,199); }

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

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

 span { border-color: rgb(88,171,199); }

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