#59ACCC

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

Shades of Viking #59ACCC

Tints of Viking #59ACCC

Color information

#59ACCC (or 0x59ACCC) is unknown color: approx Viking. HEX triplet: 59, AC and CC. RGB value is (89,172,204). Sum of RGB (Red+Green+Blue) = 89+172+204=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #59ACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACCC is #A65333. Grayscale: #969696. Windows color (decimal): -10900276 or 13413465. OLE color: 13413465.

HSL color Cylindrical-coordinate representation of color #59ACCC: hue angle of 196.7º 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 #59ACCC is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB89172204-
CMYK0.560.1600.2
HSL196.7º53%57.45%-
HSV(B)196.7º56.37%80%-
XYZ29.7735.9962.5-
YUV150.8315883.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.14%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 204 (80.08% from 255) = 43.87%
R=19.14%
G=36.99%
B=43.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal891722040.560.1600.2196.75357.45
Hex59ACCC3810014c53539
Octal13125431470200243056571
Binary101100110101100110011001110001000001010011000101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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