#5A9AC8

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

Shades of Picton Blue #5A9AC8

Tints of Picton Blue #5A9AC8

Color information

#5A9AC8 (or 0x5A9AC8) is unknown color: approx Picton Blue. HEX triplet: 5A, 9A and C8. RGB value is (90,154,200). Sum of RGB (Red+Green+Blue) = 90+154+200=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #5A9AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9AC8 is #A56537. Grayscale: #8B8B8B. Windows color (decimal): -10839352 or 13146714. OLE color: 13146714.

HSL color Cylindrical-coordinate representation of color #5A9AC8: hue angle of 205.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A9AC8 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB90154200-
CMYK0.550.2300.22
HSL205.09º50%56.86%-
HSV(B)205.09º55%78.43%-
XYZ26.229.4558.95-
YUV140.11161.892.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.27%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 200 (78.52% from 255) = 45.05%
R=20.27%
G=34.68%
B=45.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal901542000.550.2300.22205.095056.86
Hex5A9AC83717016cd3239
Octal13223231067270263156271
Binary101101010011010110010001101111011101011011001101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,154,200); }

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

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

 a { background-color: rgb(90,154,200); }

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

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

 span { border-color: rgb(90,154,200); }

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