Html Css Color HEX #589BAE Shakespeare

📋 copy color: '#589BAE'

red 88 ◦ green 155 ◦ blue 174

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

Shades of Shakespeare #589BAE

Tints of Shakespeare #589BAE

RGB

 RED value IS 88 (34.77% from 255) = 21.1%

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

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 21.1%
G = 37.17%
B = 41.73%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#589BAE (or 0x589BAE) is known color: Shakespeare. HEX triplet: 58, 9B and AE. RGB value is (88,155,174). Sum of RGB (Red+Green+Blue) = 88+155+174=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #589BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589BAE is #A76451. Grayscale: #888888. Windows color (decimal): -10970194 or 11443032. OLE color: 11443032.

HSL color Cylindrical-coordinate representation of color #589BAE: hue angle of 193.26º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #589BAE is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 155 174 -
CMYK 0.49 0.11 0 0.32
HSL 193.26º 0.35% 0.51% -
HSV(B) 193.26º 0.49% 0.68% -
XYZ 23.39 28.57 44.33 -
YUV 137.13 148.8 92.96 -
System Red Green Blue C M Y K H S L
Decimal 88 155 174 0.49 0.11 0 0.32 193.26 0.35 0.51
Hex 58 9B AE 31 B 0 20 C1 23 33
Octal 130 233 256 61 13 0 40 301 43 63
Binary 1011000 10011011 10101110 110001 1011 0 100000 11000001 100011 110011

Color Harmonies of #589BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589BAE

Black with #589BAE

Text Example


Text Example

White with #589BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589BAE; }

 p { color: rgb(88,155,174); }

 H1.HeaderClassName
 {
   color: #589BAE;
 }
 .AnyTagClassName
 {
   color: #589BAE;
 }
</style>

background-color css

<style>
 a { background-color: #589BAE; }

 a { background-color: rgb(88,155,174); }

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

border-color css

<style>
 span { border-color: #589BAE; }

 span { border-color: rgb(88,155,174); }

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