#5A96CA

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

Shades of Picton Blue #5A96CA

Tints of Picton Blue #5A96CA

Color information

#5A96CA (or 0x5A96CA) is unknown color: approx Picton Blue. HEX triplet: 5A, 96 and CA. RGB value is (90,150,202). Sum of RGB (Red+Green+Blue) = 90+150+202=442 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.36% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A96CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A96CA is #A56935. Grayscale: #898989. Windows color (decimal): -10840374 or 13276762. OLE color: 13276762.

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

Color convert

RGB90150202-
CMYK0.550.2600.21
HSL207.86º51.38%57.25%-
HSV(B)207.86º55.45%79.22%-
XYZ25.7828.2559.97-
YUV137.99164.1293.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.36%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=20.36%
G=33.94%
B=45.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901502020.550.2600.21207.8651.3857.25
Hex5A96CA371A015d03339
Octal13222631267320253206371
Binary101101010010110110010101101111101001010111010000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,150,202); }

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

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

 a { background-color: rgb(90,150,202); }

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

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

 span { border-color: rgb(90,150,202); }

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