Html Css Color HEX #599BC0 Shakespeare

📋 copy color: '#599BC0'

red 89 ◦ green 155 ◦ blue 192

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

Shades of Shakespeare #599BC0

Tints of Shakespeare #599BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.04%

R = 20.41%
G = 35.55%
B = 44.04%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#599BC0 (or 0x599BC0) is known color: Shakespeare. HEX triplet: 59, 9B and C0. RGB value is (89,155,192). Sum of RGB (Red+Green+Blue) = 89+155+192=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #599BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BC0 is #A6643F. Grayscale: #8B8B8B. Windows color (decimal): -10904640 or 12622681. OLE color: 12622681.

HSL color Cylindrical-coordinate representation of color #599BC0: hue angle of 201.55º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #599BC0 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 155 192 -
CMYK 0.54 0.19 0 0.25
HSL 201.55º 0.45% 0.55% -
HSV(B) 201.55º 0.54% 0.75% -
XYZ 25.36 29.37 54.2 -
YUV 139.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 89 155 192 0.54 0.19 0 0.25 201.55 0.45 0.55
Hex 59 9B C0 36 13 0 19 CA 2D 37
Octal 131 233 300 66 23 0 31 312 55 67
Binary 1011001 10011011 11000000 110110 10011 0 11001 11001010 101101 110111

Color Harmonies of #599BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BC0

Black with #599BC0

Text Example


Text Example

White with #599BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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