#58b0bd

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

Shades of Viking #58B0BD

Tints of Viking #58B0BD

Color information

#58B0BD (or 0x58B0BD) is unknown color: approx Viking. HEX triplet: 58, B0 and BD. RGB value is (88,176,189). Sum of RGB (Red+Green+Blue) = 88+176+189=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #58B0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B0BD is #A74F42. Grayscale: #979797. Windows color (decimal): -10964803 or 12431448. OLE color: 12431448.

HSL color Cylindrical-coordinate representation of color #58B0BD: hue angle of 187.72º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58B0BD is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB88176189-
CMYK0.530.0700.26
HSL187.72º43.35%54.31%-
HSV(B)187.72º53.44%74.12%-
XYZ28.7436.853.73-
YUV151.17149.3582.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.43%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=19.43%
G=38.85%
B=41.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881761890.530.0700.26187.7243.3554.31
Hex58B0BD35701Abc2b36
Octal1302602756570322745366
Binary1011000101100001011110111010111101101010111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58b0bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,176,189); }

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

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

 a { background-color: rgb(88,176,189); }

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

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

 span { border-color: rgb(88,176,189); }

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