#58BBC8

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

Shades of Viking #58BBC8

Tints of Viking #58BBC8

Color information

#58BBC8 (or 0x58BBC8) is unknown color: approx Viking. HEX triplet: 58, BB and C8. RGB value is (88,187,200). Sum of RGB (Red+Green+Blue) = 88+187+200=475 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.53% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #58BBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BBC8 is #A74437. Grayscale: #9E9E9E. Windows color (decimal): -10961976 or 13155160. OLE color: 13155160.

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

Color convert

RGB88187200-
CMYK0.560.0600.22
HSL186.96º50.45%56.47%-
HSV(B)186.96º56%78.43%-
XYZ32.2241.7961.01-
YUV158.88151.277.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.53%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 200 (78.52% from 255) = 42.11%
R=18.53%
G=39.37%
B=42.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal881872000.560.0600.22186.9650.4556.47
Hex58BBC8386016bb3238
Octal1302733107060262736270
Binary1011000101110111100100011100011001011010111011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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