#5F9FC9

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

Shades of Picton Blue #5F9FC9

Tints of Picton Blue #5F9FC9

Color information

#5F9FC9 (or 0x5F9FC9) is unknown color: approx Picton Blue. HEX triplet: 5F, 9F and C9. RGB value is (95,159,201). Sum of RGB (Red+Green+Blue) = 95+159+201=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #5F9FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9FC9 is #A06036. Grayscale: #909090. Windows color (decimal): -10510391 or 13213535. OLE color: 13213535.

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

Color convert

RGB95159201-
CMYK0.530.2100.21
HSL203.77º49.53%58.04%-
HSV(B)203.77º52.74%78.82%-
XYZ27.6631.4559.87-
YUV144.65159.892.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.88%
GREEN value IS 159 (62.5% from 255) = 34.95%
BLUE value IS 201 (78.91% from 255) = 44.18%
R=20.88%
G=34.95%
B=44.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal951592010.530.2100.21203.7749.5358.04
Hex5F9FC93515015cc323a
Octal13723731165250253146272
Binary101111110011111110010011101011010101010111001100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,159,201); }

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

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

 a { background-color: rgb(95,159,201); }

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

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

 span { border-color: rgb(95,159,201); }

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