Html Css Color HEX #59AEC3 Viking

📋 copy color: '#59AEC3'

red 89 ◦ green 174 ◦ blue 195

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

Shades of Viking #59AEC3

Tints of Viking #59AEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.58%

R = 19.43%
G = 37.99%
B = 42.58%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#59AEC3 (or 0x59AEC3) is known color: Viking. HEX triplet: 59, AE and C3. RGB value is (89,174,195). Sum of RGB (Red+Green+Blue) = 89+174+195=458 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.43% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #59AEC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AEC3 is #A6513C. Grayscale: #969696. Windows color (decimal): -10899773 or 12824153. OLE color: 12824153.

HSL color Cylindrical-coordinate representation of color #59AEC3: hue angle of 191.89º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59AEC3 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 174 195 -
CMYK 0.54 0.11 0 0.24
HSL 191.89º 0.47% 0.56% -
HSV(B) 191.89º 0.54% 0.76% -
XYZ 29.11 36.34 57.11 -
YUV 150.98 152.84 83.79 -
System Red Green Blue C M Y K H S L
Decimal 89 174 195 0.54 0.11 0 0.24 191.89 0.47 0.56
Hex 59 AE C3 36 B 0 18 C0 2F 38
Octal 131 256 303 66 13 0 30 300 57 70
Binary 1011001 10101110 11000011 110110 1011 0 11000 11000000 101111 111000

Color Harmonies of #59AEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AEC3

Black with #59AEC3

Text Example


Text Example

White with #59AEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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