Html Css Color HEX #589BAD Shakespeare

📋 copy color: '#589BAD'

red 88 ◦ green 155 ◦ blue 173

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

Shades of Shakespeare #589BAD

Tints of Shakespeare #589BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 21.15%
G = 37.26%
B = 41.59%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#589BAD (or 0x589BAD) is known color: Shakespeare. HEX triplet: 58, 9B and AD. RGB value is (88,155,173). Sum of RGB (Red+Green+Blue) = 88+155+173=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #589BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589BAD is #A76452. Grayscale: #888888. Windows color (decimal): -10970195 or 11377496. OLE color: 11377496.

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

Color convert

RGB 88 155 173 -
CMYK 0.49 0.10 0 0.32
HSL 192.71º 0.34% 0.51% -
HSV(B) 192.71º 0.49% 0.68% -
XYZ 23.29 28.53 43.82 -
YUV 137.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 88 155 173 0.49 0.10 0 0.32 192.71 0.34 0.51
Hex 58 9B AD 31 A 0 20 C1 22 33
Octal 130 233 255 61 12 0 40 301 42 63
Binary 1011000 10011011 10101101 110001 1010 0 100000 11000001 100010 110011

Color Harmonies of #589BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589BAD

Black with #589BAD

Text Example


Text Example

White with #589BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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