#5498AD

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

Shades of Shakespeare #5498AD

Tints of Shakespeare #5498AD

Color information

#5498AD (or 0x5498AD) is unknown color: approx Shakespeare. HEX triplet: 54, 98 and AD. RGB value is (84,152,173). Sum of RGB (Red+Green+Blue) = 84+152+173=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #5498AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5498AD is #AB6752. Grayscale: #858585. Windows color (decimal): -11233107 or 11376724. OLE color: 11376724.

HSL color Cylindrical-coordinate representation of color #5498AD: hue angle of 194.16º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5498AD is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84152173-
CMYK0.510.1200.32
HSL194.16º35.18%50.39%-
HSV(B)194.16º51.45%67.84%-
XYZ22.4327.3643.63-
YUV134.06149.9792.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.54%
GREEN value IS 152 (59.77% from 255) = 37.16%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=20.54%
G=37.16%
B=42.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841521730.510.1200.32194.1635.1850.39
Hex5498AD33C020c22332
Octal12423025563140403024362
Binary101010010011000101011011100111100010000011000010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5498AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5498AD; }

 p { color: rgb(84,152,173); }

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

<style>
 a { background-color: #5498AD; }

 a { background-color: rgb(84,152,173); }

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

<style>
 span { border-color: #5498AD; }

 span { border-color: rgb(84,152,173); }

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