#5F9BCE

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

Shades of Picton Blue #5F9BCE

Tints of Picton Blue #5F9BCE

Color information

#5F9BCE (or 0x5F9BCE) is unknown color: approx Picton Blue. HEX triplet: 5F, 9B and CE. RGB value is (95,155,206). Sum of RGB (Red+Green+Blue) = 95+155+206=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F9BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9BCE is #A06431. Grayscale: #8E8E8E. Windows color (decimal): -10511410 or 13540191. OLE color: 13540191.

HSL color Cylindrical-coordinate representation of color #5F9BCE: hue angle of 207.57º 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 #5F9BCE is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB95155206-
CMYK0.540.2500.19
HSL207.57º53.11%59.02%-
HSV(B)207.57º53.88%80.78%-
XYZ27.5830.3362.79-
YUV142.87163.6293.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.83%
GREEN value IS 155 (60.94% from 255) = 33.99%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=20.83%
G=33.99%
B=45.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal951552060.540.2500.19207.5753.1159.02
Hex5F9BCE3619013d0353b
Octal13723331666310233206573
Binary101111110011011110011101101101100101001111010000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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