Html Css Color HEX #589BAF Shakespeare

📋 copy color: '#589BAF'

red 88 ◦ green 155 ◦ blue 175

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

Shades of Shakespeare #589BAF

Tints of Shakespeare #589BAF

RGB

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

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

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

R = 21.05%
G = 37.08%
B = 41.87%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#589BAF (or 0x589BAF) is known color: Shakespeare. HEX triplet: 58, 9B and AF. RGB value is (88,155,175). Sum of RGB (Red+Green+Blue) = 88+155+175=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #589BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589BAF is #A76450. Grayscale: #898989. Windows color (decimal): -10970193 or 11508568. OLE color: 11508568.

HSL color Cylindrical-coordinate representation of color #589BAF: hue angle of 193.79º 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 #589BAF is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 155 175 -
CMYK 0.50 0.11 0 0.31
HSL 193.79º 0.35% 0.52% -
HSV(B) 193.79º 0.5% 0.69% -
XYZ 23.48 28.61 44.84 -
YUV 137.25 149.3 92.87 -
System Red Green Blue C M Y K H S L
Decimal 88 155 175 0.50 0.11 0 0.31 193.79 0.35 0.52
Hex 58 9B AF 32 B 0 1F C2 23 34
Octal 130 233 257 62 13 0 37 302 43 64
Binary 1011000 10011011 10101111 110010 1011 0 11111 11000010 100011 110100

Color Harmonies of #589BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589BAF

Black with #589BAF

Text Example


Text Example

White with #589BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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