Html Css Color HEX #589AB0 Shakespeare

📋 copy color: '#589AB0'

red 88 ◦ green 154 ◦ blue 176

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

Shades of Shakespeare #589AB0

Tints of Shakespeare #589AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 21.05%
G = 36.84%
B = 42.11%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#589AB0 (or 0x589AB0) is known color: Shakespeare. HEX triplet: 58, 9A and B0. RGB value is (88,154,176). Sum of RGB (Red+Green+Blue) = 88+154+176=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #589AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589AB0 is #A7654F. Grayscale: #888888. Windows color (decimal): -10970448 or 11573848. OLE color: 11573848.

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

Color convert

RGB 88 154 176 -
CMYK 0.50 0.12 0 0.31
HSL 195º 0.36% 0.52% -
HSV(B) 195º 0.5% 0.69% -
XYZ 23.42 28.32 45.31 -
YUV 136.77 150.13 93.21 -
System Red Green Blue C M Y K H S L
Decimal 88 154 176 0.50 0.12 0 0.31 195 0.36 0.52
Hex 58 9A B0 32 C 0 1F C3 24 34
Octal 130 232 260 62 14 0 37 303 44 64
Binary 1011000 10011010 10110000 110010 1100 0 11111 11000011 100100 110100

Color Harmonies of #589AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589AB0

Black with #589AB0

Text Example


Text Example

White with #589AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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