Html Css Color HEX #59AEBD Viking

📋 copy color: '#59AEBD'

red 89 ◦ green 174 ◦ blue 189

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

Shades of Viking #59AEBD

Tints of Viking #59AEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 19.69%
G = 38.5%
B = 41.81%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#59AEBD (or 0x59AEBD) is known color: Viking. HEX triplet: 59, AE and BD. RGB value is (89,174,189). Sum of RGB (Red+Green+Blue) = 89+174+189=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #59AEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AEBD is #A65142. Grayscale: #969696. Windows color (decimal): -10899779 or 12430937. OLE color: 12430937.

HSL color Cylindrical-coordinate representation of color #59AEBD: hue angle of 189º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59AEBD is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 174 189 -
CMYK 0.53 0.08 0 0.26
HSL 189º 0.43% 0.55% -
HSV(B) 189º 0.53% 0.74% -
XYZ 28.44 36.07 53.61 -
YUV 150.3 149.84 84.28 -
System Red Green Blue C M Y K H S L
Decimal 89 174 189 0.53 0.08 0 0.26 189 0.43 0.55
Hex 59 AE BD 35 8 0 1A BD 2B 37
Octal 131 256 275 65 10 0 32 275 53 67
Binary 1011001 10101110 10111101 110101 1000 0 11010 10111101 101011 110111

Color Harmonies of #59AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AEBD

Black with #59AEBD

Text Example


Text Example

White with #59AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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