Html Css Color HEX #589ABD Shakespeare

📋 copy color: '#589ABD'

red 88 ◦ green 154 ◦ blue 189

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

Shades of Shakespeare #589ABD

Tints of Shakespeare #589ABD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.73%

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 20.42%
G = 35.73%
B = 43.85%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#589ABD (or 0x589ABD) is known color: Shakespeare. HEX triplet: 58, 9A and BD. RGB value is (88,154,189). Sum of RGB (Red+Green+Blue) = 88+154+189=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #589ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ABD is #A76542. Grayscale: #8A8A8A. Windows color (decimal): -10970435 or 12425816. OLE color: 12425816.

HSL color Cylindrical-coordinate representation of color #589ABD: hue angle of 200.79º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #589ABD is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 154 189 -
CMYK 0.53 0.19 0 0.26
HSL 200.79º 0.43% 0.54% -
HSV(B) 200.79º 0.53% 0.74% -
XYZ 24.77 28.86 52.41 -
YUV 138.26 156.63 92.15 -
System Red Green Blue C M Y K H S L
Decimal 88 154 189 0.53 0.19 0 0.26 200.79 0.43 0.54
Hex 58 9A BD 35 13 0 1A C9 2B 36
Octal 130 232 275 65 23 0 32 311 53 66
Binary 1011000 10011010 10111101 110101 10011 0 11010 11001001 101011 110110

Color Harmonies of #589ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589ABD

Black with #589ABD

Text Example


Text Example

White with #589ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,154,189); }

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

background-color css

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

 a { background-color: rgb(88,154,189); }

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

border-color css

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

 span { border-color: rgb(88,154,189); }

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