Html Css Color HEX #589FB1 Shakespeare

📋 copy color: '#589FB1'

red 88 ◦ green 159 ◦ blue 177

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

Shades of Shakespeare #589FB1

Tints of Shakespeare #589FB1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.5%

 BLUE value IS 177 (69.53% from 255) = 41.75%

R = 20.75%
G = 37.5%
B = 41.75%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#589FB1 (or 0x589FB1) is known color: Shakespeare. HEX triplet: 58, 9F and B1. RGB value is (88,159,177). Sum of RGB (Red+Green+Blue) = 88+159+177=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 177 - color contains mainly: blue. Hex color #589FB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589FB1 is #A7604E. Grayscale: #8B8B8B. Windows color (decimal): -10969167 or 11640664. OLE color: 11640664.

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

Color convert

RGB 88 159 177 -
CMYK 0.50 0.10 0 0.31
HSL 192.13º 0.36% 0.52% -
HSV(B) 192.13º 0.5% 0.69% -
XYZ 24.36 30.05 46.11 -
YUV 139.82 148.98 91.04 -
System Red Green Blue C M Y K H S L
Decimal 88 159 177 0.50 0.10 0 0.31 192.13 0.36 0.52
Hex 58 9F B1 32 A 0 1F C0 24 34
Octal 130 237 261 62 12 0 37 300 44 64
Binary 1011000 10011111 10110001 110010 1010 0 11111 11000000 100100 110100

Color Harmonies of #589FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589FB1

Black with #589FB1

Text Example


Text Example

White with #589FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,159,177); }

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

background-color css

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

 a { background-color: rgb(88,159,177); }

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

border-color css

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

 span { border-color: rgb(88,159,177); }

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