#5B95B0

Color #5B95B0 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #5B95B0

Tints of Shakespeare #5B95B0

Color information

#5B95B0 (or 0x5B95B0) is unknown color: approx Shakespeare. HEX triplet: 5B, 95 and B0. RGB value is (91,149,176). Sum of RGB (Red+Green+Blue) = 91+149+176=416 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.88% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 176 - color contains mainly: blue. Hex color #5B95B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B95B0 is #A46A4F. Grayscale: #868686. Windows color (decimal): -10775120 or 11572571. OLE color: 11572571.

HSL color Cylindrical-coordinate representation of color #5B95B0: hue angle of 199.06º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B95B0 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB91149176-
CMYK0.480.1500.31
HSL199.06º34.98%52.35%-
HSV(B)199.06º48.3%69.02%-
XYZ22.926.8545.05-
YUV134.74151.2896.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.88%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 176 (69.14% from 255) = 42.31%
R=21.88%
G=35.82%
B=42.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911491760.480.1500.31199.0634.9852.35
Hex5B95B030F01Fc72334
Octal13322526060170373074364
Binary10110111001010110110000110000111101111111000111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B95B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B95B0; }

 p { color: rgb(91,149,176); }

 H1.HeaderClassName
 {
   color: #5B95B0;
 }
 .AnyTagClassName
 {
   color: #5B95B0;
 }
</style>
background-color css

<style>
 a { background-color: #5B95B0; }

 a { background-color: rgb(91,149,176); }

 div.DivClassName
 {
   background-color: #5B95B0;
 }
 .BgClassName
 {
   background-color: #5B95B0;
 }
</style>
border-color css

<style>
 span { border-color: #5B95B0; }

 span { border-color: rgb(91,149,176); }

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