Html Css Color HEX #599EBD Shakespeare

📋 copy color: '#599EBD'

red 89 ◦ green 158 ◦ blue 189

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

Shades of Shakespeare #599EBD

Tints of Shakespeare #599EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 20.41%
G = 36.24%
B = 43.35%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#599EBD (or 0x599EBD) is known color: Shakespeare. HEX triplet: 59, 9E and BD. RGB value is (89,158,189). Sum of RGB (Red+Green+Blue) = 89+158+189=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #599EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EBD is #A66142. Grayscale: #8C8C8C. Windows color (decimal): -10903875 or 12426841. OLE color: 12426841.

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

Color convert

RGB 89 158 189 -
CMYK 0.53 0.16 0 0.26
HSL 198.6º 0.43% 0.55% -
HSV(B) 198.6º 0.53% 0.74% -
XYZ 25.53 30.25 52.64 -
YUV 140.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 89 158 189 0.53 0.16 0 0.26 198.6 0.43 0.55
Hex 59 9E BD 35 10 0 1A C7 2B 37
Octal 131 236 275 65 20 0 32 307 53 67
Binary 1011001 10011110 10111101 110101 10000 0 11010 11000111 101011 110111

Color Harmonies of #599EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599EBD

Black with #599EBD

Text Example


Text Example

White with #599EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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