Html Css Color HEX #589EAF Shakespeare

📋 copy color: '#589EAF'

red 88 ◦ green 158 ◦ blue 175

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

Shades of Shakespeare #589EAF

Tints of Shakespeare #589EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 20.9%
G = 37.53%
B = 41.57%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#589EAF (or 0x589EAF) is known color: Shakespeare. HEX triplet: 58, 9E and AF. RGB value is (88,158,175). Sum of RGB (Red+Green+Blue) = 88+158+175=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #589EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589EAF is #A76150. Grayscale: #8A8A8A. Windows color (decimal): -10969425 or 11509336. OLE color: 11509336.

HSL color Cylindrical-coordinate representation of color #589EAF: hue angle of 191.72º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #589EAF is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 158 175 -
CMYK 0.50 0.10 0 0.31
HSL 191.72º 0.35% 0.52% -
HSV(B) 191.72º 0.5% 0.69% -
XYZ 23.99 29.62 45.01 -
YUV 139.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 88 158 175 0.50 0.10 0 0.31 191.72 0.35 0.52
Hex 58 9E AF 32 A 0 1F C0 23 34
Octal 130 236 257 62 12 0 37 300 43 64
Binary 1011000 10011110 10101111 110010 1010 0 11111 11000000 100011 110100

Color Harmonies of #589EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589EAF

Black with #589EAF

Text Example


Text Example

White with #589EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,158,175); }

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

background-color css

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

 a { background-color: rgb(88,158,175); }

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

border-color css

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

 span { border-color: rgb(88,158,175); }

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