Html Css Color HEX #589BBF Shakespeare

📋 copy color: '#589BBF'

red 88 ◦ green 155 ◦ blue 191

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

Shades of Shakespeare #589BBF

Tints of Shakespeare #589BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.01%

R = 20.28%
G = 35.71%
B = 44.01%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#589BBF (or 0x589BBF) is known color: Shakespeare. HEX triplet: 58, 9B and BF. RGB value is (88,155,191). Sum of RGB (Red+Green+Blue) = 88+155+191=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #589BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BBF is #A76440. Grayscale: #8A8A8A. Windows color (decimal): -10970177 or 12557144. OLE color: 12557144.

HSL color Cylindrical-coordinate representation of color #589BBF: hue angle of 200.97º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #589BBF is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 155 191 -
CMYK 0.54 0.19 0 0.25
HSL 200.97º 0.45% 0.55% -
HSV(B) 200.97º 0.54% 0.75% -
XYZ 25.15 29.28 53.62 -
YUV 139.07 157.3 91.57 -
System Red Green Blue C M Y K H S L
Decimal 88 155 191 0.54 0.19 0 0.25 200.97 0.45 0.55
Hex 58 9B BF 36 13 0 19 C9 2D 37
Octal 130 233 277 66 23 0 31 311 55 67
Binary 1011000 10011011 10111111 110110 10011 0 11001 11001001 101101 110111

Color Harmonies of #589BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589BBF

Black with #589BBF

Text Example


Text Example

White with #589BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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