#58B2CB

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

Shades of Viking #58B2CB

Tints of Viking #58B2CB

Color information

#58B2CB (or 0x58B2CB) is unknown color: approx Viking. HEX triplet: 58, B2 and CB. RGB value is (88,178,203). Sum of RGB (Red+Green+Blue) = 88+178+203=469 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.76% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #58B2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B2CB is #A74D34. Grayscale: #999999. Windows color (decimal): -10964277 or 13349464. OLE color: 13349464.

HSL color Cylindrical-coordinate representation of color #58B2CB: hue angle of 193.04º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58B2CB is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88178203-
CMYK0.570.1200.20
HSL193.04º52.51%57.06%-
HSV(B)193.04º56.65%79.61%-
XYZ30.7238.2362.26-
YUV153.94155.6880.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.76%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 203 (79.69% from 255) = 43.28%
R=18.76%
G=37.95%
B=43.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881782030.570.1200.20193.0452.5157.06
Hex58B2CB39C014c13539
Octal13026231371140243016571
Binary10110001011001011001011111001110001010011000001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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