Html Css Color HEX #599EBA Shakespeare

📋 copy color: '#599EBA'

red 89 ◦ green 158 ◦ blue 186

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

Shades of Shakespeare #599EBA

Tints of Shakespeare #599EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 20.55%
G = 36.49%
B = 42.96%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#599EBA (or 0x599EBA) is known color: Shakespeare. HEX triplet: 59, 9E and BA. RGB value is (89,158,186). Sum of RGB (Red+Green+Blue) = 89+158+186=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #599EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EBA is #A66145. Grayscale: #8C8C8C. Windows color (decimal): -10903878 or 12230233. OLE color: 12230233.

HSL color Cylindrical-coordinate representation of color #599EBA: hue angle of 197.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #599EBA is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 158 186 -
CMYK 0.52 0.15 0 0.27
HSL 197.32º 0.41% 0.54% -
HSV(B) 197.32º 0.52% 0.73% -
XYZ 25.21 30.12 50.94 -
YUV 140.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 89 158 186 0.52 0.15 0 0.27 197.32 0.41 0.54
Hex 59 9E BA 34 F 0 1B C5 29 36
Octal 131 236 272 64 17 0 33 305 51 66
Binary 1011001 10011110 10111010 110100 1111 0 11011 11000101 101001 110110

Color Harmonies of #599EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599EBA

Black with #599EBA

Text Example


Text Example

White with #599EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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