Html Css Color HEX #599BC1 Shakespeare

📋 copy color: '#599BC1'

red 89 ◦ green 155 ◦ blue 193

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

Shades of Shakespeare #599BC1

Tints of Shakespeare #599BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.16%

R = 20.37%
G = 35.47%
B = 44.16%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#599BC1 (or 0x599BC1) is known color: Shakespeare. HEX triplet: 59, 9B and C1. RGB value is (89,155,193). Sum of RGB (Red+Green+Blue) = 89+155+193=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #599BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BC1 is #A6643E. Grayscale: #8B8B8B. Windows color (decimal): -10904639 or 12688217. OLE color: 12688217.

HSL color Cylindrical-coordinate representation of color #599BC1: hue angle of 201.92º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #599BC1 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 155 193 -
CMYK 0.54 0.20 0 0.24
HSL 201.92º 0.46% 0.55% -
HSV(B) 201.92º 0.54% 0.76% -
XYZ 25.47 29.42 54.79 -
YUV 139.6 158.13 91.91 -
System Red Green Blue C M Y K H S L
Decimal 89 155 193 0.54 0.20 0 0.24 201.92 0.46 0.55
Hex 59 9B C1 36 14 0 18 CA 2E 37
Octal 131 233 301 66 24 0 30 312 56 67
Binary 1011001 10011011 11000001 110110 10100 0 11000 11001010 101110 110111

Color Harmonies of #599BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BC1

Black with #599BC1

Text Example


Text Example

White with #599BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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