#5F97CC

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

Shades of Picton Blue #5F97CC

Tints of Picton Blue #5F97CC

Color information

#5F97CC (or 0x5F97CC) is unknown color: approx Picton Blue. HEX triplet: 5F, 97 and CC. RGB value is (95,151,204). Sum of RGB (Red+Green+Blue) = 95+151+204=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F97CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F97CC is #A06833. Grayscale: #8C8C8C. Windows color (decimal): -10512436 or 13408095. OLE color: 13408095.

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

Color convert

RGB95151204-
CMYK0.530.2600.2
HSL209.17º51.66%58.63%-
HSV(B)209.17º53.43%80%-
XYZ26.6928.9361.3-
YUV140.3163.9595.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.11%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 204 (80.08% from 255) = 45.33%
R=21.11%
G=33.56%
B=45.33%

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
Decimal951512040.530.2600.2209.1751.6658.63
Hex5F97CC351A014d1343b
Octal13722731465320243216473
Binary101111110010111110011001101011101001010011010001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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