Html Css Color HEX #599BBA Shakespeare

📋 copy color: '#599BBA'

red 89 ◦ green 155 ◦ blue 186

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

Shades of Shakespeare #599BBA

Tints of Shakespeare #599BBA

RGB

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

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

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

R = 20.7%
G = 36.05%
B = 43.26%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#599BBA (or 0x599BBA) is known color: Shakespeare. HEX triplet: 59, 9B and BA. RGB value is (89,155,186). Sum of RGB (Red+Green+Blue) = 89+155+186=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #599BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BBA is #A66445. Grayscale: #8A8A8A. Windows color (decimal): -10904646 or 12229465. OLE color: 12229465.

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

Color convert

RGB 89 155 186 -
CMYK 0.52 0.17 0 0.27
HSL 199.18º 0.41% 0.54% -
HSV(B) 199.18º 0.52% 0.73% -
XYZ 24.7 29.11 50.77 -
YUV 138.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 89 155 186 0.52 0.17 0 0.27 199.18 0.41 0.54
Hex 59 9B BA 34 11 0 1B C7 29 36
Octal 131 233 272 64 21 0 33 307 51 66
Binary 1011001 10011011 10111010 110100 10001 0 11011 11000111 101001 110110

Color Harmonies of #599BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BBA

Black with #599BBA

Text Example


Text Example

White with #599BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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