#58B2C8

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

Shades of Viking #58B2C8

Tints of Viking #58B2C8

Color information

#58B2C8 (or 0x58B2C8) is unknown color: approx Viking. HEX triplet: 58, B2 and C8. RGB value is (88,178,200). Sum of RGB (Red+Green+Blue) = 88+178+200=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #58B2C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B2C8 is #A74D37. Grayscale: #999999. Windows color (decimal): -10964280 or 13152856. OLE color: 13152856.

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

Color convert

RGB88178200-
CMYK0.560.1100.22
HSL191.79º50.45%56.47%-
HSV(B)191.79º56%78.43%-
XYZ30.3738.0960.39-
YUV153.6154.1881.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.88%
GREEN value IS 178 (69.92% from 255) = 38.20%
BLUE value IS 200 (78.52% from 255) = 42.92%
R=18.88%
G=38.20%
B=42.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal881782000.560.1100.22191.7950.4556.47
Hex58B2C838B016c03238
Octal13026231070130263006270
Binary10110001011001011001000111000101101011011000000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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