Html Css Color HEX #5895BE Shakespeare

📋 copy color: '#5895BE'

red 88 ◦ green 149 ◦ blue 190

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

Shades of Shakespeare #5895BE

Tints of Shakespeare #5895BE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.89%

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 20.61%
G = 34.89%
B = 44.5%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5895BE (or 0x5895BE) is known color: Shakespeare. HEX triplet: 58, 95 and BE. RGB value is (88,149,190). Sum of RGB (Red+Green+Blue) = 88+149+190=427 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.61% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #5895BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5895BE is #A76A41. Grayscale: #878787. Windows color (decimal): -10971714 or 12490072. OLE color: 12490072.

HSL color Cylindrical-coordinate representation of color #5895BE: hue angle of 204.12º degrees, saturation: 0.44, 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 #5895BE is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 149 190 -
CMYK 0.54 0.22 0 0.25
HSL 204.12º 0.44% 0.55% -
HSV(B) 204.12º 0.54% 0.75% -
XYZ 24.07 27.29 52.71 -
YUV 135.44 158.79 94.17 -
System Red Green Blue C M Y K H S L
Decimal 88 149 190 0.54 0.22 0 0.25 204.12 0.44 0.55
Hex 58 95 BE 36 16 0 19 CC 2C 37
Octal 130 225 276 66 26 0 31 314 54 67
Binary 1011000 10010101 10111110 110110 10110 0 11001 11001100 101100 110111

Color Harmonies of #5895BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5895BE

Black with #5895BE

Text Example


Text Example

White with #5895BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5895BE; }

 p { color: rgb(88,149,190); }

 H1.HeaderClassName
 {
   color: #5895BE;
 }
 .AnyTagClassName
 {
   color: #5895BE;
 }
</style>

background-color css

<style>
 a { background-color: #5895BE; }

 a { background-color: rgb(88,149,190); }

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

border-color css

<style>
 span { border-color: #5895BE; }

 span { border-color: rgb(88,149,190); }

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