#5F9ECA

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

Shades of Picton Blue #5F9ECA

Tints of Picton Blue #5F9ECA

Color information

#5F9ECA (or 0x5F9ECA) is unknown color: approx Picton Blue. HEX triplet: 5F, 9E and CA. RGB value is (95,158,202). Sum of RGB (Red+Green+Blue) = 95+158+202=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F9ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9ECA is #A06135. Grayscale: #8F8F8F. Windows color (decimal): -10510646 or 13278815. OLE color: 13278815.

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

Color convert

RGB95158202-
CMYK0.530.2200.21
HSL204.67º50.23%58.24%-
HSV(B)204.67º52.97%79.22%-
XYZ27.6131.1560.43-
YUV144.18160.6392.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.88%
GREEN value IS 158 (62.11% from 255) = 34.73%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=20.88%
G=34.73%
B=44.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal951582020.530.2200.21204.6750.2358.24
Hex5F9ECA3516015cd323a
Octal13723631265260253156272
Binary101111110011110110010101101011011001010111001101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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