Html Css Color HEX #589EBA Shakespeare

📋 copy color: '#589EBA'

red 88 ◦ green 158 ◦ blue 186

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

Shades of Shakespeare #589EBA

Tints of Shakespeare #589EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.57%

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 20.37%
G = 36.57%
B = 43.06%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#589EBA (or 0x589EBA) is known color: Shakespeare. HEX triplet: 58, 9E and BA. RGB value is (88,158,186). Sum of RGB (Red+Green+Blue) = 88+158+186=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #589EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589EBA is #A76145. Grayscale: #8C8C8C. Windows color (decimal): -10969414 or 12230232. OLE color: 12230232.

HSL color Cylindrical-coordinate representation of color #589EBA: hue angle of 197.14º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #589EBA is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 158 186 -
CMYK 0.53 0.15 0 0.27
HSL 197.14º 0.42% 0.54% -
HSV(B) 197.14º 0.53% 0.73% -
XYZ 25.11 30.07 50.94 -
YUV 140.26 153.81 90.72 -
System Red Green Blue C M Y K H S L
Decimal 88 158 186 0.53 0.15 0 0.27 197.14 0.42 0.54
Hex 58 9E BA 35 F 0 1B C5 2A 36
Octal 130 236 272 65 17 0 33 305 52 66
Binary 1011000 10011110 10111010 110101 1111 0 11011 11000101 101010 110110

Color Harmonies of #589EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589EBA

Black with #589EBA

Text Example


Text Example

White with #589EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,158,186); }

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

background-color css

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

 a { background-color: rgb(88,158,186); }

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

border-color css

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

 span { border-color: rgb(88,158,186); }

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