Html Css Color HEX #59ACCC Viking

📋 copy color: '#59ACCC'

red 89 ◦ green 172 ◦ blue 204

#59ACCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #59ACCC

Tints of Viking #59ACCC

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 value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#59ACCC (or 0x59ACCC) is known color: 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

RGB 89 172 204 -
CMYK 0.56 0.16 0 0.2
HSL 196.7º 0.53% 0.57% -
HSV(B) 196.7º 0.56% 0.8% -
XYZ 29.77 35.99 62.5 -
YUV 150.83 158 83.9 -
System Red Green Blue C M Y K H S L
Decimal 89 172 204 0.56 0.16 0 0.2 196.7 0.53 0.57
Hex 59 AC CC 38 10 0 14 C5 35 39
Octal 131 254 314 70 20 0 24 305 65 71
Binary 1011001 10101100 11001100 111000 10000 0 10100 11000101 110101 111001

Color Harmonies of #59ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ACCC

Black with #59ACCC

Text Example


Text Example

White with #59ACCC

Text Example


Text Example

HTML Codes & Css Web 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>