Html Css Color HEX #599BAE Shakespeare

📋 copy color: '#599BAE'

red 89 ◦ green 155 ◦ blue 174

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

Shades of Shakespeare #599BAE

Tints of Shakespeare #599BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.08%

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 21.29%
G = 37.08%
B = 41.63%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#599BAE (or 0x599BAE) is known color: Shakespeare. HEX triplet: 59, 9B and AE. RGB value is (89,155,174). Sum of RGB (Red+Green+Blue) = 89+155+174=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #599BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599BAE is #A66451. Grayscale: #898989. Windows color (decimal): -10904658 or 11443033. OLE color: 11443033.

HSL color Cylindrical-coordinate representation of color #599BAE: hue angle of 193.41º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #599BAE is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 155 174 -
CMYK 0.49 0.11 0 0.32
HSL 193.41º 0.34% 0.52% -
HSV(B) 193.41º 0.49% 0.68% -
XYZ 23.48 28.62 44.33 -
YUV 137.43 148.63 93.46 -
System Red Green Blue C M Y K H S L
Decimal 89 155 174 0.49 0.11 0 0.32 193.41 0.34 0.52
Hex 59 9B AE 31 B 0 20 C1 22 34
Octal 131 233 256 61 13 0 40 301 42 64
Binary 1011001 10011011 10101110 110001 1011 0 100000 11000001 100010 110100

Color Harmonies of #599BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BAE

Black with #599BAE

Text Example


Text Example

White with #599BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599BAE; }

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

 H1.HeaderClassName
 {
   color: #599BAE;
 }
 .AnyTagClassName
 {
   color: #599BAE;
 }
</style>

background-color css

<style>
 a { background-color: #599BAE; }

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

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

border-color css

<style>
 span { border-color: #599BAE; }

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

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