#5AA4CD

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

Shades of Picton Blue #5AA4CD

Tints of Picton Blue #5AA4CD

Color information

#5AA4CD (or 0x5AA4CD) is unknown color: approx Picton Blue. HEX triplet: 5A, A4 and CD. RGB value is (90,164,205). Sum of RGB (Red+Green+Blue) = 90+164+205=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #5AA4CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA4CD is #A55B32. Grayscale: #929292. Windows color (decimal): -10836787 or 13476954. OLE color: 13476954.

HSL color Cylindrical-coordinate representation of color #5AA4CD: hue angle of 201.39º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AA4CD is Cyan = 0.56, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB90164205-
CMYK0.560.200.20
HSL201.39º53.49%57.84%-
HSV(B)201.39º56.1%80.39%-
XYZ28.5133.1362.65-
YUV146.55160.9887.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.61%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=19.61%
G=35.73%
B=44.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901642050.560.200.20201.3953.4957.84
Hex5AA4CD3814014c9353a
Octal13224431570240243116572
Binary101101010100100110011011110001010001010011001001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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