#5A99C9

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

Shades of Picton Blue #5A99C9

Tints of Picton Blue #5A99C9

Color information

#5A99C9 (or 0x5A99C9) is unknown color: approx Picton Blue. HEX triplet: 5A, 99 and C9. RGB value is (90,153,201). Sum of RGB (Red+Green+Blue) = 90+153+201=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #5A99C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A99C9 is #A56636. Grayscale: #8B8B8B. Windows color (decimal): -10839607 or 13211994. OLE color: 13211994.

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

Color convert

RGB90153201-
CMYK0.550.2400.21
HSL205.95º50.68%57.06%-
HSV(B)205.95º55.22%78.82%-
XYZ26.1529.1759.51-
YUV139.64162.6392.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.27%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 201 (78.91% from 255) = 45.27%
R=20.27%
G=34.46%
B=45.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901532010.550.2400.21205.9550.6857.06
Hex5A99C93718015ce3339
Octal13223131167300253166371
Binary101101010011001110010011101111100001010111001110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A99C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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