#58BAD1

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

Shades of Viking #58BAD1

Tints of Viking #58BAD1

Color information

#58BAD1 (or 0x58BAD1) is unknown color: approx Viking. HEX triplet: 58, BA and D1. RGB value is (88,186,209). Sum of RGB (Red+Green+Blue) = 88+186+209=483 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.22% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #58BAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BAD1 is #A7452E. Grayscale: #9F9F9F. Windows color (decimal): -10962223 or 13744728. OLE color: 13744728.

HSL color Cylindrical-coordinate representation of color #58BAD1: hue angle of 191.4º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58BAD1 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB88186209-
CMYK0.580.1100.18
HSL191.4º56.81%58.24%-
HSV(B)191.4º57.89%81.96%-
XYZ33.0941.866.64-
YUV159.32156.0377.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.22%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 209 (82.03% from 255) = 43.27%
R=18.22%
G=38.51%
B=43.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal881862090.580.1100.18191.456.8158.24
Hex58BAD13AB012bf393a
Octal13027232172130222777172
Binary10110001011101011010001111010101101001010111111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,186,209); }

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

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

 a { background-color: rgb(88,186,209); }

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

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

 span { border-color: rgb(88,186,209); }

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