#5497CD

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

Shades of Picton Blue #5497CD

Tints of Picton Blue #5497CD

Color information

#5497CD (or 0x5497CD) is unknown color: approx Picton Blue. HEX triplet: 54, 97 and CD. RGB value is (84,151,205). Sum of RGB (Red+Green+Blue) = 84+151+205=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #5497CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5497CD is #AB6832. Grayscale: #888888. Windows color (decimal): -11233331 or 13473620. OLE color: 13473620.

HSL color Cylindrical-coordinate representation of color #5497CD: hue angle of 206.78º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5497CD is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84151205-
CMYK0.590.2600.20
HSL206.78º54.75%56.67%-
HSV(B)206.78º59.02%80.39%-
XYZ25.7428.4361.89-
YUV137.12166.390.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.09%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=19.09%
G=34.32%
B=46.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841512050.590.2600.20206.7854.7556.67
Hex5497CD3B1A014cf3739
Octal12422731573320243176771
Binary101010010010111110011011110111101001010011001111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5497CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5497CD; }

 p { color: rgb(84,151,205); }

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

<style>
 a { background-color: #5497CD; }

 a { background-color: rgb(84,151,205); }

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

<style>
 span { border-color: #5497CD; }

 span { border-color: rgb(84,151,205); }

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