#5FA4E2

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

Shades of Picton Blue #5FA4E2

Tints of Picton Blue #5FA4E2

Color information

#5FA4E2 (or 0x5FA4E2) is unknown color: approx Picton Blue. HEX triplet: 5F, A4 and E2. RGB value is (95,164,226). Sum of RGB (Red+Green+Blue) = 95+164+226=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 226 - color contains mainly: blue. Hex color #5FA4E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA4E2 is #A05B1D. Grayscale: #969696. Windows color (decimal): -10509086 or 14853215. OLE color: 14853215.

HSL color Cylindrical-coordinate representation of color #5FA4E2: hue angle of 208.4º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FA4E2 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB95164226-
CMYK0.580.2700.11
HSL208.4º69.31%62.94%-
HSV(B)208.4º57.96%88.63%-
XYZ31.7234.4776.93-
YUV150.44170.6488.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.59%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 226 (88.67% from 255) = 46.60%
R=19.59%
G=33.81%
B=46.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal951642260.580.2700.11208.469.3162.94
Hex5FA4E23A1B0Bd0453f
Octal137244342723301332010577
Binary101111110100100111000101110101101101011110100001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,164,226); }

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

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

 a { background-color: rgb(95,164,226); }

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

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

 span { border-color: rgb(95,164,226); }

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