#5496C4

Color #5496C4 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5496C4

Tints of Picton Blue #5496C4

Color information

#5496C4 (or 0x5496C4) is unknown color: approx Picton Blue. HEX triplet: 54, 96 and C4. RGB value is (84,150,196). Sum of RGB (Red+Green+Blue) = 84+150+196=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #5496C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5496C4 is #AB693B. Grayscale: #878787. Windows color (decimal): -11233596 or 12883540. OLE color: 12883540.

HSL color Cylindrical-coordinate representation of color #5496C4: hue angle of 204.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5496C4 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB84150196-
CMYK0.570.2300.23
HSL204.64º48.7%54.9%-
HSV(B)204.64º57.14%76.86%-
XYZ24.5327.6856.28-
YUV135.51162.1391.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.53%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 196 (76.95% from 255) = 45.58%
R=19.53%
G=34.88%
B=45.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841501960.570.2300.23204.6448.754.9
Hex5496C43917017cd3137
Octal12422630471270273156167
Binary101010010010110110001001110011011101011111001101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5496C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5496C4; }

 p { color: rgb(84,150,196); }

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

<style>
 a { background-color: #5496C4; }

 a { background-color: rgb(84,150,196); }

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

<style>
 span { border-color: #5496C4; }

 span { border-color: rgb(84,150,196); }

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