#5F9CCE

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

Shades of Picton Blue #5F9CCE

Tints of Picton Blue #5F9CCE

Color information

#5F9CCE (or 0x5F9CCE) is unknown color: approx Picton Blue. HEX triplet: 5F, 9C and CE. RGB value is (95,156,206). Sum of RGB (Red+Green+Blue) = 95+156+206=457 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.79% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F9CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9CCE is #A06331. Grayscale: #8F8F8F. Windows color (decimal): -10511154 or 13540447. OLE color: 13540447.

HSL color Cylindrical-coordinate representation of color #5F9CCE: hue angle of 207.03º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F9CCE is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB95156206-
CMYK0.540.2400.19
HSL207.03º53.11%59.02%-
HSV(B)207.03º53.88%80.78%-
XYZ27.7530.6762.85-
YUV143.46163.2993.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.79%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=20.79%
G=34.14%
B=45.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal951562060.540.2400.19207.0353.1159.02
Hex5F9CCE3618013cf353b
Octal13723431666300233176573
Binary101111110011100110011101101101100001001111001111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,156,206); }

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

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

 a { background-color: rgb(95,156,206); }

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

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

 span { border-color: rgb(95,156,206); }

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