Html Css Color HEX #589CB4 Shakespeare

📋 copy color: '#589CB4'

red 88 ◦ green 156 ◦ blue 180

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

Shades of Shakespeare #589CB4

Tints of Shakespeare #589CB4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.79%

 BLUE value IS 180 (70.7% from 255) = 42.45%

R = 20.75%
G = 36.79%
B = 42.45%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#589CB4 (or 0x589CB4) is known color: Shakespeare. HEX triplet: 58, 9C and B4. RGB value is (88,156,180). Sum of RGB (Red+Green+Blue) = 88+156+180=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #589CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589CB4 is #A7634B. Grayscale: #8A8A8A. Windows color (decimal): -10969932 or 11836504. OLE color: 11836504.

HSL color Cylindrical-coordinate representation of color #589CB4: hue angle of 195.65º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #589CB4 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 88 156 180 -
CMYK 0.51 0.13 0 0.29
HSL 195.65º 0.38% 0.53% -
HSV(B) 195.65º 0.51% 0.71% -
XYZ 24.15 29.15 47.53 -
YUV 138.4 151.47 92.05 -
System Red Green Blue C M Y K H S L
Decimal 88 156 180 0.51 0.13 0 0.29 195.65 0.38 0.53
Hex 58 9C B4 33 D 0 1D C4 26 35
Octal 130 234 264 63 15 0 35 304 46 65
Binary 1011000 10011100 10110100 110011 1101 0 11101 11000100 100110 110101

Color Harmonies of #589CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589CB4

Black with #589CB4

Text Example


Text Example

White with #589CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,156,180); }

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

background-color css

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

 a { background-color: rgb(88,156,180); }

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

border-color css

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

 span { border-color: rgb(88,156,180); }

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