Html Css Color HEX #589FAE Shakespeare

📋 copy color: '#589FAE'

red 88 ◦ green 159 ◦ blue 174

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

Shades of Shakespeare #589FAE

Tints of Shakespeare #589FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.77%

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

R = 20.9%
G = 37.77%
B = 41.33%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#589FAE (or 0x589FAE) is known color: Shakespeare. HEX triplet: 58, 9F and AE. RGB value is (88,159,174). Sum of RGB (Red+Green+Blue) = 88+159+174=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #589FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589FAE is #A76051. Grayscale: #8B8B8B. Windows color (decimal): -10969170 or 11444056. OLE color: 11444056.

HSL color Cylindrical-coordinate representation of color #589FAE: hue angle of 190.47º 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 #589FAE is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 159 174 -
CMYK 0.49 0.09 0 0.32
HSL 190.47º 0.35% 0.51% -
HSV(B) 190.47º 0.49% 0.68% -
XYZ 24.06 29.93 44.55 -
YUV 139.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 88 159 174 0.49 0.09 0 0.32 190.47 0.35 0.51
Hex 58 9F AE 31 9 0 20 BE 23 33
Octal 130 237 256 61 11 0 40 276 43 63
Binary 1011000 10011111 10101110 110001 1001 0 100000 10111110 100011 110011

Color Harmonies of #589FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589FAE

Black with #589FAE

Text Example


Text Example

White with #589FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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