#5F95CD

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

Shades of Picton Blue #5F95CD

Tints of Picton Blue #5F95CD

Color information

#5F95CD (or 0x5F95CD) is unknown color: approx Picton Blue. HEX triplet: 5F, 95 and CD. RGB value is (95,149,205). Sum of RGB (Red+Green+Blue) = 95+149+205=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F95CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F95CD is #A06A32. Grayscale: #8A8A8A. Windows color (decimal): -10512947 or 13473119. OLE color: 13473119.

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

Color convert

RGB95149205-
CMYK0.540.2700.20
HSL210.55º52.38%58.82%-
HSV(B)210.55º53.66%80.39%-
XYZ26.4928.3461.83-
YUV139.24165.1196.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.16%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=21.16%
G=33.18%
B=45.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal951492050.540.2700.20210.5552.3858.82
Hex5F95CD361B014d3343b
Octal13722531566330243236473
Binary101111110010101110011011101101101101010011010011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,149,205); }

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

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

 a { background-color: rgb(95,149,205); }

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

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

 span { border-color: rgb(95,149,205); }

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