#58A8BF

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

Shades of Viking #58A8BF

Tints of Viking #58A8BF

Color information

#58A8BF (or 0x58A8BF) is unknown color: approx Viking. HEX triplet: 58, A8 and BF. RGB value is (88,168,191). Sum of RGB (Red+Green+Blue) = 88+168+191=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #58A8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A8BF is #A75740. Grayscale: #929292. Windows color (decimal): -10966849 or 12560472. OLE color: 12560472.

HSL color Cylindrical-coordinate representation of color #58A8BF: hue angle of 193.4º 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 #58A8BF is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB88168191-
CMYK0.540.1200.25
HSL193.4º44.59%54.71%-
HSV(B)193.4º53.93%74.9%-
XYZ27.4333.8454.38-
YUV146.715386.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.69%
GREEN value IS 168 (66.02% from 255) = 37.58%
BLUE value IS 191 (75% from 255) = 42.73%
R=19.69%
G=37.58%
B=42.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881681910.540.1200.25193.444.5954.71
Hex58A8BF36C019c12d37
Octal13025027766140313015567
Binary10110001010100010111111110110110001100111000001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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