#58B8C8

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

Shades of Viking #58B8C8

Tints of Viking #58B8C8

Color information

#58B8C8 (or 0x58B8C8) is unknown color: approx Viking. HEX triplet: 58, B8 and C8. RGB value is (88,184,200). Sum of RGB (Red+Green+Blue) = 88+184+200=472 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.64% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #58B8C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8C8 is #A74737. Grayscale: #9C9C9C. Windows color (decimal): -10962744 or 13154392. OLE color: 13154392.

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

Color convert

RGB88184200-
CMYK0.560.0800.22
HSL188.57º50.45%56.47%-
HSV(B)188.57º56%78.43%-
XYZ31.5940.5360.8-
YUV157.12152.278.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.64%
GREEN value IS 184 (72.27% from 255) = 38.98%
BLUE value IS 200 (78.52% from 255) = 42.37%
R=18.64%
G=38.98%
B=42.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal881842000.560.0800.22188.5750.4556.47
Hex58B8C8388016bd3238
Octal13027031070100262756270
Binary10110001011100011001000111000100001011010111101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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