#5A9BD1

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

Shades of Picton Blue #5A9BD1

Tints of Picton Blue #5A9BD1

Color information

#5A9BD1 (or 0x5A9BD1) is unknown color: approx Picton Blue. HEX triplet: 5A, 9B and D1. RGB value is (90,155,209). Sum of RGB (Red+Green+Blue) = 90+155+209=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #5A9BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9BD1 is #A5642E. Grayscale: #8D8D8D. Windows color (decimal): -10839087 or 13736794. OLE color: 13736794.

HSL color Cylindrical-coordinate representation of color #5A9BD1: hue angle of 207.23º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A9BD1 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB90155209-
CMYK0.570.2600.18
HSL207.23º56.4%58.63%-
HSV(B)207.23º56.94%81.96%-
XYZ27.4530.2264.71-
YUV141.72165.9791.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.82%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 209 (82.03% from 255) = 46.04%
R=19.82%
G=34.14%
B=46.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal901552090.570.2600.18207.2356.458.63
Hex5A9BD1391A012cf383b
Octal13223332171320223177073
Binary101101010011011110100011110011101001001011001111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,155,209); }

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

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

 a { background-color: rgb(90,155,209); }

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

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

 span { border-color: rgb(90,155,209); }

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