#59BFC2

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

Shades of Viking #59BFC2

Tints of Viking #59BFC2

Color information

#59BFC2 (or 0x59BFC2) is unknown color: approx Viking. HEX triplet: 59, BF and C2. RGB value is (89,191,194). Sum of RGB (Red+Green+Blue) = 89+191+194=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 194 - color contains mainly: blue. Hex color #59BFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFC2 is #A6403D. Grayscale: #A0A0A0. Windows color (decimal): -10895422 or 12762969. OLE color: 12762969.

HSL color Cylindrical-coordinate representation of color #59BFC2: hue angle of 181.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59BFC2 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89191194-
CMYK0.540.0200.24
HSL181.71º46.26%55.49%-
HSV(B)181.71º54.12%76.08%-
XYZ32.4943.2857.68-
YUV160.84146.7176.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.78%
GREEN value IS 191 (75% from 255) = 40.30%
BLUE value IS 194 (76.17% from 255) = 40.93%
R=18.78%
G=40.30%
B=40.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891911940.540.0200.24181.7146.2655.49
Hex59BFC2362018b62e37
Octal1312773026620302665667
Binary101100110111111110000101101101001100010110110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59BFC2; }

 p { color: rgb(89,191,194); }

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

<style>
 a { background-color: #59BFC2; }

 a { background-color: rgb(89,191,194); }

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

<style>
 span { border-color: #59BFC2; }

 span { border-color: rgb(89,191,194); }

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