#58A7BF

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

Shades of Viking #58A7BF

Tints of Viking #58A7BF

Color information

#58A7BF (or 0x58A7BF) is unknown color: approx Viking. HEX triplet: 58, A7 and BF. RGB value is (88,167,191). Sum of RGB (Red+Green+Blue) = 88+167+191=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #58A7BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A7BF is #A75840. Grayscale: #919191. Windows color (decimal): -10967105 or 12560216. OLE color: 12560216.

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

Color convert

RGB88167191-
CMYK0.540.1300.25
HSL193.98º44.59%54.71%-
HSV(B)193.98º53.93%74.9%-
XYZ27.2533.4754.32-
YUV146.12153.3386.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.73%
GREEN value IS 167 (65.62% from 255) = 37.44%
BLUE value IS 191 (75% from 255) = 42.83%
R=19.73%
G=37.44%
B=42.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881671910.540.1300.25193.9844.5954.71
Hex58A7BF36D019c22d37
Octal13024727766150313025567
Binary10110001010011110111111110110110101100111000010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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