#58B1CA

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

Shades of Viking #58B1CA

Tints of Viking #58B1CA

Color information

#58B1CA (or 0x58B1CA) is unknown color: approx Viking. HEX triplet: 58, B1 and CA. RGB value is (88,177,202). Sum of RGB (Red+Green+Blue) = 88+177+202=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #58B1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B1CA is #A74E35. Grayscale: #999999. Windows color (decimal): -10964534 or 13283672. OLE color: 13283672.

HSL color Cylindrical-coordinate representation of color #58B1CA: hue angle of 193.16º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58B1CA is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB88177202-
CMYK0.560.1200.21
HSL193.16º51.82%56.86%-
HSV(B)193.16º56.44%79.22%-
XYZ30.4137.7861.57-
YUV153.24155.5181.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.84%
GREEN value IS 177 (69.53% from 255) = 37.90%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=18.84%
G=37.90%
B=43.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal881772020.560.1200.21193.1651.8256.86
Hex58B1CA38C015c13439
Octal13026131270140253016471
Binary10110001011000111001010111000110001010111000001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,177,202); }

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

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

 a { background-color: rgb(88,177,202); }

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

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

 span { border-color: rgb(88,177,202); }

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