#58BAC8

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

Shades of Viking #58BAC8

Tints of Viking #58BAC8

Color information

#58BAC8 (or 0x58BAC8) is unknown color: approx Viking. HEX triplet: 58, BA and C8. RGB value is (88,186,200). Sum of RGB (Red+Green+Blue) = 88+186+200=474 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.57% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #58BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BAC8 is #A74537. Grayscale: #9E9E9E. Windows color (decimal): -10962232 or 13154904. OLE color: 13154904.

HSL color Cylindrical-coordinate representation of color #58BAC8: hue angle of 187.5º 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 #58BAC8 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB88186200-
CMYK0.560.0700.22
HSL187.5º50.45%56.47%-
HSV(B)187.5º56%78.43%-
XYZ32.0141.3660.94-
YUV158.29151.5377.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.57%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 200 (78.52% from 255) = 42.19%
R=18.57%
G=39.24%
B=42.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal881862000.560.0700.22187.550.4556.47
Hex58BAC8387016bc3238
Octal1302723107070262746270
Binary1011000101110101100100011100011101011010111100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,186,200); }

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

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

 a { background-color: rgb(88,186,200); }

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

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

 span { border-color: rgb(88,186,200); }

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