Html Css Color HEX #59AECF Viking

📋 copy color: '#59AECF'

red 89 ◦ green 174 ◦ blue 207

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

Shades of Viking #59AECF

Tints of Viking #59AECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.02%

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 18.94%
G = 37.02%
B = 44.04%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59AECF (or 0x59AECF) is known color: Viking. HEX triplet: 59, AE and CF. RGB value is (89,174,207). Sum of RGB (Red+Green+Blue) = 89+174+207=470 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.94% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #59AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AECF is #A65130. Grayscale: #989898. Windows color (decimal): -10899761 or 13610585. OLE color: 13610585.

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

Color convert

RGB 89 174 207 -
CMYK 0.57 0.16 0 0.19
HSL 196.78º 0.55% 0.58% -
HSV(B) 196.78º 0.57% 0.81% -
XYZ 30.52 36.9 64.55 -
YUV 152.35 158.84 82.82 -
System Red Green Blue C M Y K H S L
Decimal 89 174 207 0.57 0.16 0 0.19 196.78 0.55 0.58
Hex 59 AE CF 39 10 0 13 C5 37 3A
Octal 131 256 317 71 20 0 23 305 67 72
Binary 1011001 10101110 11001111 111001 10000 0 10011 11000101 110111 111010

Color Harmonies of #59AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AECF

Black with #59AECF

Text Example


Text Example

White with #59AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,174,207); }

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

background-color css

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

 a { background-color: rgb(89,174,207); }

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

border-color css

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

 span { border-color: rgb(89,174,207); }

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