#5493CB

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

Shades of Picton Blue #5493CB

Tints of Picton Blue #5493CB

Color information

#5493CB (or 0x5493CB) is unknown color: approx Picton Blue. HEX triplet: 54, 93 and CB. RGB value is (84,147,203). Sum of RGB (Red+Green+Blue) = 84+147+203=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #5493CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5493CB is #AB6C34. Grayscale: #868686. Windows color (decimal): -11234357 or 13341524. OLE color: 13341524.

HSL color Cylindrical-coordinate representation of color #5493CB: hue angle of 208.24º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5493CB is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84147203-
CMYK0.590.2800.20
HSL208.24º53.36%56.27%-
HSV(B)208.24º58.62%79.61%-
XYZ24.8727.0660.41-
YUV134.55166.6391.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.35%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 203 (79.69% from 255) = 46.77%
R=19.35%
G=33.87%
B=46.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841472030.590.2800.20208.2453.3656.27
Hex5493CB3B1C014d03538
Octal12422331373340243206570
Binary101010010010011110010111110111110001010011010000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5493CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5493CB; }

 p { color: rgb(84,147,203); }

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

<style>
 a { background-color: #5493CB; }

 a { background-color: rgb(84,147,203); }

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

<style>
 span { border-color: #5493CB; }

 span { border-color: rgb(84,147,203); }

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