#5594CD

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

Shades of Picton Blue #5594CD

Tints of Picton Blue #5594CD

Color information

#5594CD (or 0x5594CD) is unknown color: approx Picton Blue. HEX triplet: 55, 94 and CD. RGB value is (85,148,205). Sum of RGB (Red+Green+Blue) = 85+148+205=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #5594CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5594CD is #AA6B32. Grayscale: #878787. Windows color (decimal): -11168563 or 13472853. OLE color: 13472853.

HSL color Cylindrical-coordinate representation of color #5594CD: hue angle of 208.5º 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 #5594CD is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85148205-
CMYK0.590.2800.20
HSL208.5º54.55%56.86%-
HSV(B)208.5º58.54%80.39%-
XYZ25.3627.5261.73-
YUV135.66167.1391.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.41%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=19.41%
G=33.79%
B=46.80%

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
Decimal851482050.590.2800.20208.554.5556.86
Hex5594CD3B1C014d03739
Octal12522431573340243206771
Binary101010110010100110011011110111110001010011010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5594CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,148,205); }

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

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

 a { background-color: rgb(85,148,205); }

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

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

 span { border-color: rgb(85,148,205); }

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