Html Css Color HEX #589DBA Shakespeare

📋 copy color: '#589DBA'

red 88 ◦ green 157 ◦ blue 186

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

Shades of Shakespeare #589DBA

Tints of Shakespeare #589DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.43%

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

R = 20.42%
G = 36.43%
B = 43.16%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#589DBA (or 0x589DBA) is known color: Shakespeare. HEX triplet: 58, 9D and BA. RGB value is (88,157,186). Sum of RGB (Red+Green+Blue) = 88+157+186=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #589DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DBA is #A76245. Grayscale: #8B8B8B. Windows color (decimal): -10969670 or 12229976. OLE color: 12229976.

HSL color Cylindrical-coordinate representation of color #589DBA: hue angle of 197.76º 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 #589DBA is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 157 186 -
CMYK 0.53 0.16 0 0.27
HSL 197.76º 0.42% 0.54% -
HSV(B) 197.76º 0.53% 0.73% -
XYZ 24.94 29.73 50.88 -
YUV 139.68 154.14 91.14 -
System Red Green Blue C M Y K H S L
Decimal 88 157 186 0.53 0.16 0 0.27 197.76 0.42 0.54
Hex 58 9D BA 35 10 0 1B C6 2A 36
Octal 130 235 272 65 20 0 33 306 52 66
Binary 1011000 10011101 10111010 110101 10000 0 11011 11000110 101010 110110

Color Harmonies of #589DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589DBA

Black with #589DBA

Text Example


Text Example

White with #589DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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