#5AA4C9

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

Shades of Picton Blue #5AA4C9

Tints of Picton Blue #5AA4C9

Color information

#5AA4C9 (or 0x5AA4C9) is unknown color: approx Picton Blue. HEX triplet: 5A, A4 and C9. RGB value is (90,164,201). Sum of RGB (Red+Green+Blue) = 90+164+201=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #5AA4C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA4C9 is #A55B36. Grayscale: #919191. Windows color (decimal): -10836791 or 13214810. OLE color: 13214810.

HSL color Cylindrical-coordinate representation of color #5AA4C9: hue angle of 200º 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 #5AA4C9 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB90164201-
CMYK0.550.1800.21
HSL200º50.68%57.06%-
HSV(B)200º55.22%78.82%-
XYZ28.0332.9460.14-
YUV146.09158.9887.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.78%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 201 (78.91% from 255) = 44.18%
R=19.78%
G=36.04%
B=44.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901642010.550.1800.2120050.6857.06
Hex5AA4C93712015c83339
Octal13224431167220253106371
Binary101101010100100110010011101111001001010111001000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,164,201); }

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

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

 a { background-color: rgb(90,164,201); }

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

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

 span { border-color: rgb(90,164,201); }

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