Html Css Color HEX #59ACCD Viking

📋 copy color: '#59ACCD'

red 89 ◦ green 172 ◦ blue 205

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

Shades of Viking #59ACCD

Tints of Viking #59ACCD

RGB

 RED value IS 89 (35.16% from 255) = 19.1%

 GREEN value IS 172 (67.58% from 255) = 36.91%

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 19.1%
G = 36.91%
B = 43.99%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#59ACCD (or 0x59ACCD) is known color: Viking. HEX triplet: 59, AC and CD. RGB value is (89,172,205). Sum of RGB (Red+Green+Blue) = 89+172+205=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #59ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACCD is #A65332. Grayscale: #969696. Windows color (decimal): -10900275 or 13479001. OLE color: 13479001.

HSL color Cylindrical-coordinate representation of color #59ACCD: hue angle of 197.07º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59ACCD is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 172 205 -
CMYK 0.57 0.16 0 0.20
HSL 197.07º 0.54% 0.58% -
HSV(B) 197.07º 0.57% 0.8% -
XYZ 29.89 36.04 63.14 -
YUV 150.95 158.5 83.82 -
System Red Green Blue C M Y K H S L
Decimal 89 172 205 0.57 0.16 0 0.20 197.07 0.54 0.58
Hex 59 AC CD 39 10 0 14 C5 36 3A
Octal 131 254 315 71 20 0 24 305 66 72
Binary 1011001 10101100 11001101 111001 10000 0 10100 11000101 110110 111010

Color Harmonies of #59ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ACCD

Black with #59ACCD

Text Example


Text Example

White with #59ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59ACCD;
 }
 .AnyTagClassName
 {
   color: #59ACCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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