Html Css Color HEX #599DBE Shakespeare

📋 copy color: '#599DBE'

red 89 ◦ green 157 ◦ blue 190

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

Shades of Shakespeare #599DBE

Tints of Shakespeare #599DBE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.01%

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 20.41%
G = 36.01%
B = 43.58%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#599DBE (or 0x599DBE) is known color: Shakespeare. HEX triplet: 59, 9D and BE. RGB value is (89,157,190). Sum of RGB (Red+Green+Blue) = 89+157+190=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #599DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DBE is #A66241. Grayscale: #8C8C8C. Windows color (decimal): -10904130 or 12492121. OLE color: 12492121.

HSL color Cylindrical-coordinate representation of color #599DBE: hue angle of 199.6º 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 #599DBE is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 157 190 -
CMYK 0.53 0.17 0 0.25
HSL 199.6º 0.44% 0.55% -
HSV(B) 199.6º 0.53% 0.75% -
XYZ 25.47 29.96 53.15 -
YUV 140.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 89 157 190 0.53 0.17 0 0.25 199.6 0.44 0.55
Hex 59 9D BE 35 11 0 19 C8 2C 37
Octal 131 235 276 65 21 0 31 310 54 67
Binary 1011001 10011101 10111110 110101 10001 0 11001 11001000 101100 110111

Color Harmonies of #599DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599DBE

Black with #599DBE

Text Example


Text Example

White with #599DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,157,190); }

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

background-color css

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

 a { background-color: rgb(89,157,190); }

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

border-color css

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

 span { border-color: rgb(89,157,190); }

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