#5FA6CA

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

Shades of Picton Blue #5FA6CA

Tints of Picton Blue #5FA6CA

Color information

#5FA6CA (or 0x5FA6CA) is unknown color: approx Picton Blue. HEX triplet: 5F, A6 and CA. RGB value is (95,166,202). Sum of RGB (Red+Green+Blue) = 95+166+202=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #5FA6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA6CA is #A05935. Grayscale: #949494. Windows color (decimal): -10508598 or 13280863. OLE color: 13280863.

HSL color Cylindrical-coordinate representation of color #5FA6CA: hue angle of 200.19º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FA6CA is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB95166202-
CMYK0.530.1800.21
HSL200.19º50.23%58.24%-
HSV(B)200.19º52.97%79.22%-
XYZ29.0233.9760.9-
YUV148.88157.9889.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.52%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=20.52%
G=35.85%
B=43.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal951662020.530.1800.21200.1950.2358.24
Hex5FA6CA3512015c8323a
Octal13724631265220253106272
Binary101111110100110110010101101011001001010111001000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,166,202); }

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

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

 a { background-color: rgb(95,166,202); }

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

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

 span { border-color: rgb(95,166,202); }

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