#59BCCC

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

Shades of Viking #59BCCC

Tints of Viking #59BCCC

Color information

#59BCCC (or 0x59BCCC) is unknown color: approx Viking. HEX triplet: 59, BC and CC. RGB value is (89,188,204). Sum of RGB (Red+Green+Blue) = 89+188+204=481 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.50% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #59BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCCC is #A64333. Grayscale: #A0A0A0. Windows color (decimal): -10896180 or 13417561. OLE color: 13417561.

HSL color Cylindrical-coordinate representation of color #59BCCC: hue angle of 188.35º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59BCCC is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB89188204-
CMYK0.560.0800.2
HSL188.35º53%57.45%-
HSV(B)188.35º56.37%80%-
XYZ3342.4563.58-
YUV160.22152.777.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.50%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=18.50%
G=39.09%
B=42.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal891882040.560.0800.2188.355357.45
Hex59BCCC388014bc3539
Octal13127431470100242746571
Binary10110011011110011001100111000100001010010111100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,188,204); }

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

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

 a { background-color: rgb(89,188,204); }

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

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

 span { border-color: rgb(89,188,204); }

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