#5f96cc

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

Shades of Picton Blue #5F96CC

Tints of Picton Blue #5F96CC

Color information

#5F96CC (or 0x5F96CC) is unknown color: approx Picton Blue. HEX triplet: 5F, 96 and CC. RGB value is (95,150,204). Sum of RGB (Red+Green+Blue) = 95+150+204=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F96CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F96CC is #A06933. Grayscale: #8B8B8B. Windows color (decimal): -10512692 or 13407839. OLE color: 13407839.

HSL color Cylindrical-coordinate representation of color #5F96CC: hue angle of 209.72º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F96CC is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB95150204-
CMYK0.530.2600.2
HSL209.72º51.66%58.63%-
HSV(B)209.72º53.43%80%-
XYZ26.5228.6161.25-
YUV139.71164.2896.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.16%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=21.16%
G=33.41%
B=45.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal951502040.530.2600.2209.7251.6658.63
Hex5F96CC351A014d2343b
Octal13722631465320243226473
Binary101111110010110110011001101011101001010011010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f96cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,150,204); }

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

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

 a { background-color: rgb(95,150,204); }

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

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

 span { border-color: rgb(95,150,204); }

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