#59BFC1

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

Shades of Viking #59BFC1

Tints of Viking #59BFC1

Color information

#59BFC1 (or 0x59BFC1) is unknown color: approx Viking. HEX triplet: 59, BF and C1. RGB value is (89,191,193). Sum of RGB (Red+Green+Blue) = 89+191+193=473 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.82% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #59BFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFC1 is #A6403E. Grayscale: #A0A0A0. Windows color (decimal): -10895423 or 12697433. OLE color: 12697433.

HSL color Cylindrical-coordinate representation of color #59BFC1: hue angle of 181.15º 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 #59BFC1 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89191193-
CMYK0.540.0100.24
HSL181.15º45.61%55.29%-
HSV(B)181.15º53.89%75.69%-
XYZ32.3843.2457.09-
YUV160.73146.2176.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.82%
GREEN value IS 191 (75% from 255) = 40.38%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=18.82%
G=40.38%
B=40.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891911930.540.0100.24181.1545.6155.29
Hex59BFC1361018b52e37
Octal1312773016610302655667
Binary10110011011111111000001110110101100010110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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