Html Css Color HEX #599BAC Shakespeare

📋 copy color: '#599BAC'

red 89 ◦ green 155 ◦ blue 172

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

Shades of Shakespeare #599BAC

Tints of Shakespeare #599BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 21.39%
G = 37.26%
B = 41.35%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#599BAC (or 0x599BAC) is known color: Shakespeare. HEX triplet: 59, 9B and AC. RGB value is (89,155,172). Sum of RGB (Red+Green+Blue) = 89+155+172=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #599BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599BAC is #A66453. Grayscale: #898989. Windows color (decimal): -10904660 or 11311961. OLE color: 11311961.

HSL color Cylindrical-coordinate representation of color #599BAC: hue angle of 192.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #599BAC is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 155 172 -
CMYK 0.48 0.10 0 0.33
HSL 192.29º 0.33% 0.51% -
HSV(B) 192.29º 0.48% 0.67% -
XYZ 23.29 28.55 43.31 -
YUV 137.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 89 155 172 0.48 0.10 0 0.33 192.29 0.33 0.51
Hex 59 9B AC 30 A 0 21 C0 21 33
Octal 131 233 254 60 12 0 41 300 41 63
Binary 1011001 10011011 10101100 110000 1010 0 100001 11000000 100001 110011

Color Harmonies of #599BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BAC

Black with #599BAC

Text Example


Text Example

White with #599BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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