#5aa4cf

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

Shades of Picton Blue #5AA4CF

Tints of Picton Blue #5AA4CF

Color information

#5AA4CF (or 0x5AA4CF) is unknown color: approx Picton Blue. HEX triplet: 5A, A4 and CF. RGB value is (90,164,207). Sum of RGB (Red+Green+Blue) = 90+164+207=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #5AA4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA4CF is #A55B30. Grayscale: #929292. Windows color (decimal): -10836785 or 13608026. OLE color: 13608026.

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

Color convert

RGB90164207-
CMYK0.570.2100.19
HSL202.05º54.93%58.24%-
HSV(B)202.05º56.52%81.18%-
XYZ28.7533.2363.93-
YUV146.78161.9887.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.52%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 207 (81.25% from 255) = 44.90%
R=19.52%
G=35.57%
B=44.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal901642070.570.2100.19202.0554.9358.24
Hex5AA4CF3915013ca373a
Octal13224431771250233126772
Binary101101010100100110011111110011010101001111001010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5aa4cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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