Html Css Color HEX #589ABC Shakespeare

📋 copy color: '#589ABC'

red 88 ◦ green 154 ◦ blue 188

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

Shades of Shakespeare #589ABC

Tints of Shakespeare #589ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 20.47%
G = 35.81%
B = 43.72%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#589ABC (or 0x589ABC) is known color: Shakespeare. HEX triplet: 58, 9A and BC. RGB value is (88,154,188). Sum of RGB (Red+Green+Blue) = 88+154+188=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #589ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ABC is #A76543. Grayscale: #898989. Windows color (decimal): -10970436 or 12360280. OLE color: 12360280.

HSL color Cylindrical-coordinate representation of color #589ABC: hue angle of 200.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #589ABC is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 154 188 -
CMYK 0.53 0.18 0 0.26
HSL 200.4º 0.43% 0.54% -
HSV(B) 200.4º 0.53% 0.74% -
XYZ 24.66 28.82 51.84 -
YUV 138.14 156.13 92.24 -
System Red Green Blue C M Y K H S L
Decimal 88 154 188 0.53 0.18 0 0.26 200.4 0.43 0.54
Hex 58 9A BC 35 12 0 1A C8 2B 36
Octal 130 232 274 65 22 0 32 310 53 66
Binary 1011000 10011010 10111100 110101 10010 0 11010 11001000 101011 110110

Color Harmonies of #589ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589ABC

Black with #589ABC

Text Example


Text Example

White with #589ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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