#5499c4

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

Shades of Picton Blue #5499C4

Tints of Picton Blue #5499C4

Color information

#5499C4 (or 0x5499C4) is unknown color: approx Picton Blue. HEX triplet: 54, 99 and C4. RGB value is (84,153,196). Sum of RGB (Red+Green+Blue) = 84+153+196=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #5499C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499C4 is #AB663B. Grayscale: #898989. Windows color (decimal): -11232828 or 12884308. OLE color: 12884308.

HSL color Cylindrical-coordinate representation of color #5499C4: hue angle of 203.04º 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 #5499C4 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB84153196-
CMYK0.570.2200.23
HSL203.04º48.7%54.9%-
HSV(B)203.04º57.14%76.86%-
XYZ25.0128.6556.44-
YUV137.27161.1490-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.40%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 196 (76.95% from 255) = 45.27%
R=19.40%
G=35.33%
B=45.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841531960.570.2200.23203.0448.754.9
Hex5499C43916017cb3137
Octal12423130471260273136167
Binary101010010011001110001001110011011001011111001011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5499c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5499c4; }

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

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

<style>
 a { background-color: #5499c4; }

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

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

<style>
 span { border-color: #5499c4; }

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

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