Html Css Color HEX #599CBC Shakespeare

📋 copy color: '#599CBC'

red 89 ◦ green 156 ◦ blue 188

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

Shades of Shakespeare #599CBC

Tints of Shakespeare #599CBC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.03%

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

R = 20.55%
G = 36.03%
B = 43.42%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#599CBC (or 0x599CBC) is known color: Shakespeare. HEX triplet: 59, 9C and BC. RGB value is (89,156,188). Sum of RGB (Red+Green+Blue) = 89+156+188=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #599CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CBC is #A66343. Grayscale: #8B8B8B. Windows color (decimal): -10904388 or 12360793. OLE color: 12360793.

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

Color convert

RGB 89 156 188 -
CMYK 0.53 0.17 0 0.26
HSL 199.39º 0.42% 0.54% -
HSV(B) 199.39º 0.53% 0.74% -
XYZ 25.09 29.53 51.95 -
YUV 139.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 89 156 188 0.53 0.17 0 0.26 199.39 0.42 0.54
Hex 59 9C BC 35 11 0 1A C7 2A 36
Octal 131 234 274 65 21 0 32 307 52 66
Binary 1011001 10011100 10111100 110101 10001 0 11010 11000111 101010 110110

Color Harmonies of #599CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CBC

Black with #599CBC

Text Example


Text Example

White with #599CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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