Html Css Color HEX #599FBC Shakespeare

📋 copy color: '#599FBC'

red 89 ◦ green 159 ◦ blue 188

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

Shades of Shakespeare #599FBC

Tints of Shakespeare #599FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.47%

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 20.41%
G = 36.47%
B = 43.12%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#599FBC (or 0x599FBC) is known color: Shakespeare. HEX triplet: 59, 9F and BC. RGB value is (89,159,188). Sum of RGB (Red+Green+Blue) = 89+159+188=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #599FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FBC is #A66043. Grayscale: #8D8D8D. Windows color (decimal): -10903620 or 12361561. OLE color: 12361561.

HSL color Cylindrical-coordinate representation of color #599FBC: hue angle of 197.58º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #599FBC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 159 188 -
CMYK 0.53 0.15 0 0.26
HSL 197.58º 0.42% 0.54% -
HSV(B) 197.58º 0.53% 0.74% -
XYZ 25.6 30.55 52.12 -
YUV 141.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 89 159 188 0.53 0.15 0 0.26 197.58 0.42 0.54
Hex 59 9F BC 35 F 0 1A C6 2A 36
Octal 131 237 274 65 17 0 32 306 52 66
Binary 1011001 10011111 10111100 110101 1111 0 11010 11000110 101010 110110

Color Harmonies of #599FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599FBC

Black with #599FBC

Text Example


Text Example

White with #599FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,159,188); }

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

background-color css

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

 a { background-color: rgb(89,159,188); }

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

border-color css

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

 span { border-color: rgb(89,159,188); }

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