#5AA5C5

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

Shades of Picton Blue #5AA5C5

Tints of Picton Blue #5AA5C5

Color information

#5AA5C5 (or 0x5AA5C5) is unknown color: approx Picton Blue. HEX triplet: 5A, A5 and C5. RGB value is (90,165,197). Sum of RGB (Red+Green+Blue) = 90+165+197=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #5AA5C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA5C5 is #A55A3A. Grayscale: #929292. Windows color (decimal): -10836539 or 12952922. OLE color: 12952922.

HSL color Cylindrical-coordinate representation of color #5AA5C5: hue angle of 197.94º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AA5C5 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB90165197-
CMYK0.540.1600.23
HSL197.94º47.98%56.27%-
HSV(B)197.94º54.31%77.25%-
XYZ27.7533.1257.75-
YUV146.22156.6587.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.91%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 197 (77.34% from 255) = 43.58%
R=19.91%
G=36.50%
B=43.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal901651970.540.1600.23197.9447.9856.27
Hex5AA5C53610017c63038
Octal13224530566200273066070
Binary101101010100101110001011101101000001011111000110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,165,197); }

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

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

 a { background-color: rgb(90,165,197); }

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

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

 span { border-color: rgb(90,165,197); }

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