#5A9DC8

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

Shades of Picton Blue #5A9DC8

Tints of Picton Blue #5A9DC8

Color information

#5A9DC8 (or 0x5A9DC8) is unknown color: approx Picton Blue. HEX triplet: 5A, 9D and C8. RGB value is (90,157,200). Sum of RGB (Red+Green+Blue) = 90+157+200=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #5A9DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9DC8 is #A56237. Grayscale: #8D8D8D. Windows color (decimal): -10838584 or 13147482. OLE color: 13147482.

HSL color Cylindrical-coordinate representation of color #5A9DC8: hue angle of 203.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A9DC8 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB90157200-
CMYK0.550.2200.22
HSL203.45º50%56.86%-
HSV(B)203.45º55%78.43%-
XYZ26.730.4659.12-
YUV141.87160.891-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.13%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 200 (78.52% from 255) = 44.74%
R=20.13%
G=35.12%
B=44.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal901572000.550.2200.22203.455056.86
Hex5A9DC83716016cb3239
Octal13223531067260263136271
Binary101101010011101110010001101111011001011011001011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,157,200); }

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

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

 a { background-color: rgb(90,157,200); }

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

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

 span { border-color: rgb(90,157,200); }

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