#5AA7C9

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

Shades of Picton Blue #5AA7C9

Tints of Picton Blue #5AA7C9

Color information

#5AA7C9 (or 0x5AA7C9) is unknown color: approx Picton Blue. HEX triplet: 5A, A7 and C9. RGB value is (90,167,201). Sum of RGB (Red+Green+Blue) = 90+167+201=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #5AA7C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA7C9 is #A55836. Grayscale: #939393. Windows color (decimal): -10836023 or 13215578. OLE color: 13215578.

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

Color convert

RGB90167201-
CMYK0.550.1700.21
HSL198.38º50.68%57.06%-
HSV(B)198.38º55.22%78.82%-
XYZ28.5834.0360.32-
YUV147.85157.9986.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.65%
GREEN value IS 167 (65.62% from 255) = 36.46%
BLUE value IS 201 (78.91% from 255) = 43.89%
R=19.65%
G=36.46%
B=43.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901672010.550.1700.21198.3850.6857.06
Hex5AA7C93711015c63339
Octal13224731167210253066371
Binary101101010100111110010011101111000101010111000110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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