#5A9FCA

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

Shades of Picton Blue #5A9FCA

Tints of Picton Blue #5A9FCA

Color information

#5A9FCA (or 0x5A9FCA) is unknown color: approx Picton Blue. HEX triplet: 5A, 9F and CA. RGB value is (90,159,202). Sum of RGB (Red+Green+Blue) = 90+159+202=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A9FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9FCA is #A56035. Grayscale: #8F8F8F. Windows color (decimal): -10838070 or 13279066. OLE color: 13279066.

HSL color Cylindrical-coordinate representation of color #5A9FCA: hue angle of 203.04º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A9FCA is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB90159202-
CMYK0.550.2100.21
HSL203.04º51.38%57.25%-
HSV(B)203.04º55.45%79.22%-
XYZ27.2831.2360.47-
YUV143.27161.1490-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.96%
GREEN value IS 159 (62.5% from 255) = 35.25%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=19.96%
G=35.25%
B=44.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901592020.550.2100.21203.0451.3857.25
Hex5A9FCA3715015cb3339
Octal13223731267250253136371
Binary101101010011111110010101101111010101010111001011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,159,202); }

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

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

 a { background-color: rgb(90,159,202); }

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

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

 span { border-color: rgb(90,159,202); }

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