#58B8C4

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

Shades of Viking #58B8C4

Tints of Viking #58B8C4

Color information

#58B8C4 (or 0x58B8C4) is unknown color: approx Viking. HEX triplet: 58, B8 and C4. RGB value is (88,184,196). Sum of RGB (Red+Green+Blue) = 88+184+196=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #58B8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8C4 is #A7473B. Grayscale: #9C9C9C. Windows color (decimal): -10962748 or 12892248. OLE color: 12892248.

HSL color Cylindrical-coordinate representation of color #58B8C4: hue angle of 186.67º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58B8C4 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB88184196-
CMYK0.550.0600.23
HSL186.67º47.79%55.69%-
HSV(B)186.67º55.1%76.86%-
XYZ31.1340.3458.37-
YUV156.66150.279.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.80%
GREEN value IS 184 (72.27% from 255) = 39.32%
BLUE value IS 196 (76.95% from 255) = 41.88%
R=18.80%
G=39.32%
B=41.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal881841960.550.0600.23186.6747.7955.69
Hex58B8C4376017bb3038
Octal1302703046760272736070
Binary1011000101110001100010011011111001011110111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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