#58a9bb

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

Shades of Viking #58A9BB

Tints of Viking #58A9BB

Color information

#58A9BB (or 0x58A9BB) is unknown color: approx Viking. HEX triplet: 58, A9 and BB. RGB value is (88,169,187). Sum of RGB (Red+Green+Blue) = 88+169+187=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #58A9BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A9BB is #A75644. Grayscale: #929292. Windows color (decimal): -10966597 or 12298584. OLE color: 12298584.

HSL color Cylindrical-coordinate representation of color #58A9BB: hue angle of 190.91º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58A9BB is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88169187-
CMYK0.530.1000.27
HSL190.91º42.13%53.92%-
HSV(B)190.91º52.94%73.33%-
XYZ27.1834.0452.15-
YUV146.83150.6686.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.82%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=19.82%
G=38.06%
B=42.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881691870.530.1000.27190.9142.1353.92
Hex58A9BB35A01Bbf2a36
Octal13025127365120332775266
Binary10110001010100110111011110101101001101110111111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58a9bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,169,187); }

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

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

 a { background-color: rgb(88,169,187); }

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

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

 span { border-color: rgb(88,169,187); }

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