Html Css Color HEX #599BBC Shakespeare

📋 copy color: '#599BBC'

red 89 ◦ green 155 ◦ blue 188

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

Shades of Shakespeare #599BBC

Tints of Shakespeare #599BBC

RGB

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

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

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

R = 20.6%
G = 35.88%
B = 43.52%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#599BBC (or 0x599BBC) is known color: Shakespeare. HEX triplet: 59, 9B and BC. RGB value is (89,155,188). Sum of RGB (Red+Green+Blue) = 89+155+188=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #599BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BBC is #A66443. Grayscale: #8A8A8A. Windows color (decimal): -10904644 or 12360537. OLE color: 12360537.

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

Color convert

RGB 89 155 188 -
CMYK 0.53 0.18 0 0.26
HSL 200º 0.42% 0.54% -
HSV(B) 200º 0.53% 0.74% -
XYZ 24.92 29.2 51.9 -
YUV 139.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 89 155 188 0.53 0.18 0 0.26 200 0.42 0.54
Hex 59 9B BC 35 12 0 1A C8 2A 36
Octal 131 233 274 65 22 0 32 310 52 66
Binary 1011001 10011011 10111100 110101 10010 0 11010 11001000 101010 110110

Color Harmonies of #599BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BBC

Black with #599BBC

Text Example


Text Example

White with #599BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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