#5A94CC

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

Shades of Picton Blue #5A94CC

Tints of Picton Blue #5A94CC

Color information

#5A94CC (or 0x5A94CC) is unknown color: approx Picton Blue. HEX triplet: 5A, 94 and CC. RGB value is (90,148,204). Sum of RGB (Red+Green+Blue) = 90+148+204=442 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.36% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A94CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A94CC is #A56B33. Grayscale: #888888. Windows color (decimal): -10840884 or 13407322. OLE color: 13407322.

HSL color Cylindrical-coordinate representation of color #5A94CC: hue angle of 209.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A94CC is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB90148204-
CMYK0.560.2700.2
HSL209.47º52.78%57.65%-
HSV(B)209.47º55.88%80%-
XYZ25.7127.7161.12-
YUV137.04165.7894.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.36%
GREEN value IS 148 (58.20% from 255) = 33.48%
BLUE value IS 204 (80.08% from 255) = 46.15%
R=20.36%
G=33.48%
B=46.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal901482040.560.2700.2209.4752.7857.65
Hex5A94CC381B014d1353a
Octal13222431470330243216572
Binary101101010010100110011001110001101101010011010001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A94CC; }

 p { color: rgb(90,148,204); }

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

<style>
 a { background-color: #5A94CC; }

 a { background-color: rgb(90,148,204); }

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

<style>
 span { border-color: #5A94CC; }

 span { border-color: rgb(90,148,204); }

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