Html Css Color HEX #589BAC Shakespeare

📋 copy color: '#589BAC'

red 88 ◦ green 155 ◦ blue 172

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

Shades of Shakespeare #589BAC

Tints of Shakespeare #589BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 21.2%
G = 37.35%
B = 41.45%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#589BAC (or 0x589BAC) is known color: Shakespeare. HEX triplet: 58, 9B and AC. RGB value is (88,155,172). Sum of RGB (Red+Green+Blue) = 88+155+172=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #589BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589BAC is #A76453. Grayscale: #888888. Windows color (decimal): -10970196 or 11311960. OLE color: 11311960.

HSL color Cylindrical-coordinate representation of color #589BAC: hue angle of 192.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #589BAC is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 155 172 -
CMYK 0.49 0.10 0 0.33
HSL 192.14º 0.34% 0.51% -
HSV(B) 192.14º 0.49% 0.67% -
XYZ 23.19 28.5 43.31 -
YUV 136.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 88 155 172 0.49 0.10 0 0.33 192.14 0.34 0.51
Hex 58 9B AC 31 A 0 21 C0 22 33
Octal 130 233 254 61 12 0 41 300 42 63
Binary 1011000 10011011 10101100 110001 1010 0 100001 11000000 100010 110011

Color Harmonies of #589BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589BAC

Black with #589BAC

Text Example


Text Example

White with #589BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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