Html Css Color HEX #59AEBF Viking

📋 copy color: '#59AEBF'

red 89 ◦ green 174 ◦ blue 191

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

Shades of Viking #59AEBF

Tints of Viking #59AEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.07%

R = 19.6%
G = 38.33%
B = 42.07%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59AEBF (or 0x59AEBF) is known color: Viking. HEX triplet: 59, AE and BF. RGB value is (89,174,191). Sum of RGB (Red+Green+Blue) = 89+174+191=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #59AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AEBF is #A65140. Grayscale: #969696. Windows color (decimal): -10899777 or 12562009. OLE color: 12562009.

HSL color Cylindrical-coordinate representation of color #59AEBF: hue angle of 190º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59AEBF is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 174 191 -
CMYK 0.53 0.09 0 0.25
HSL 190º 0.44% 0.55% -
HSV(B) 190º 0.53% 0.75% -
XYZ 28.66 36.16 54.76 -
YUV 150.52 150.84 84.12 -
System Red Green Blue C M Y K H S L
Decimal 89 174 191 0.53 0.09 0 0.25 190 0.44 0.55
Hex 59 AE BF 35 9 0 19 BE 2C 37
Octal 131 256 277 65 11 0 31 276 54 67
Binary 1011001 10101110 10111111 110101 1001 0 11001 10111110 101100 110111

Color Harmonies of #59AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AEBF

Black with #59AEBF

Text Example


Text Example

White with #59AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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