Html Css Color HEX #599EB3 Shakespeare

📋 copy color: '#599EB3'

red 89 ◦ green 158 ◦ blue 179

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

Shades of Shakespeare #599EB3

Tints of Shakespeare #599EB3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.09%

 BLUE value IS 179 (70.31% from 255) = 42.02%

R = 20.89%
G = 37.09%
B = 42.02%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#599EB3 (or 0x599EB3) is known color: Shakespeare. HEX triplet: 59, 9E and B3. RGB value is (89,158,179). Sum of RGB (Red+Green+Blue) = 89+158+179=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 179 - color contains mainly: blue. Hex color #599EB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EB3 is #A6614C. Grayscale: #8B8B8B. Windows color (decimal): -10903885 or 11771481. OLE color: 11771481.

HSL color Cylindrical-coordinate representation of color #599EB3: hue angle of 194º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #599EB3 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 158 179 -
CMYK 0.50 0.12 0 0.30
HSL 194º 0.37% 0.53% -
HSV(B) 194º 0.5% 0.7% -
XYZ 24.48 29.83 47.12 -
YUV 139.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 89 158 179 0.50 0.12 0 0.30 194 0.37 0.53
Hex 59 9E B3 32 C 0 1E C2 25 35
Octal 131 236 263 62 14 0 36 302 45 65
Binary 1011001 10011110 10110011 110010 1100 0 11110 11000010 100101 110101

Color Harmonies of #599EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599EB3

Black with #599EB3

Text Example


Text Example

White with #599EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,158,179); }

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

background-color css

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

 a { background-color: rgb(89,158,179); }

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

border-color css

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

 span { border-color: rgb(89,158,179); }

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